- Removed load->helper->('message') from the remaining libraries

- Removed AuthLib from the autoload config file
This commit is contained in:
Paolo
2018-06-27 11:35:58 +02:00
parent d4e6027c7c
commit 2f0048c0c3
4 changed files with 10 additions and 17 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ $autoload['packages'] = array();
|
| $autoload['libraries'] = array('user_agent' => 'ua');
*/
$autoload['libraries'] = array('Session', 'AuthLib');
$autoload['libraries'] = array('Session');
/*
| -------------------------------------------------------------------