This commit is contained in:
Paminger
2016-04-25 14:25:09 +02:00
parent f154e6dd5d
commit ecff3747d0
10 changed files with 14 additions and 13 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ class APIv1_Controller extends REST_Controller
function __construct()
{
parent::__construct();
//$this->load->library('session'); -> autoload
//$this->load->library('session'); // -> autoload
//$this->load->library('database'); -> autoload
}