patched code for codeigniter 1.7.3

This commit is contained in:
2010-12-27 04:02:17 +00:00
parent 9df2db6f19
commit 75b68e9e58
110 changed files with 446 additions and 332 deletions

View File

@ -51,7 +51,7 @@ $autoload['libraries'] = array('database', 'lang_detect');
| $autoload['helper'] = array('url', 'file');
*/
$autoload['helper'] = array();
$autoload['helper'] = array('codepot');
/*