This commit is contained in:
2020-01-25 13:11:19 -05:00
parent eb8198e79f
commit d89446c636
8 changed files with 228 additions and 9 deletions
+3 -4
View File
@@ -58,8 +58,8 @@ $autoload['packages'] = array();
|
| $autoload['libraries'] = array('user_agent' => 'ua');
*/
$autoload['libraries'] = array();
//$autoload['libraries'] = array();
$autoload['libraries'] = array('session','form_validation');
/*
| -------------------------------------------------------------------
| Auto-load Drivers
@@ -89,8 +89,7 @@ $autoload['drivers'] = array();
|
| $autoload['helper'] = array('url', 'file');
*/
$autoload['helper'] = array();
$autoload['helper'] = array('form','url', 'file');
/*
| -------------------------------------------------------------------
| Auto-load Config files