Commit d799a786 by Tobin

dc

parent 3c92c0e3
...@@ -20,7 +20,7 @@ if ($_SERVER['REQUEST_METHOD'] == 'OPTIONS') { ...@@ -20,7 +20,7 @@ if ($_SERVER['REQUEST_METHOD'] == 'OPTIONS') {
class Api extends CI_Controller { class Api extends CI_Controller {
var $auth_token; var $auth_token;
private $cipher = "AES-256-CBC"; private $cipher = "aes-256-cbc";
private $local_iv = "9H77F2KL7KRF4W51"; private $local_iv = "9H77F2KL7KRF4W51";
private $local_key = "af5b2a1h6947gt8fd045k78s2ah5609f"; private $local_key = "af5b2a1h6947gt8fd045k78s2ah5609f";
public function __construct() { public function __construct() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment