/home/desid573/public_html/ims2/application/config
NameSizeModeActions
autoload.php39610644editdlrm
config.php188970644editdlrm
constants.php43220644editdlrm
database.php51190644editdlrm
doctypes.php24410644editdlrm
email.php5650644editdlrm
foreign_chars.php29930644editdlrm
hooks.php4160644editdlrm
index.html1310644editdlrm
memcached.php4970644editdlrm
migration.php30320644editdlrm
mimes.php103160644editdlrm
profiler.php4760644editdlrm
routes.php21180644editdlrm
smileys.php31800644editdlrm
user_agents.php64100644editdlrm
Edit: /home/desid573/public_html/ims2/application/config/autoload.php (3961B)
'ua'); */ $autoload['libraries'] = array('Genlib', 'database', 'email', 'session'); /* | ------------------------------------------------------------------- | Auto-load Drivers | ------------------------------------------------------------------- | These classes are located in system/libraries/ or in your | application/libraries/ directory, but are also placed inside their | own subdirectory and they extend the CI_Driver_Library class. They | offer multiple interchangeable driver options. | | Prototype: | | $autoload['drivers'] = array('cache'); */ $autoload['drivers'] = array(); /* | ------------------------------------------------------------------- | Auto-load Helper Files | ------------------------------------------------------------------- | Prototype: | | $autoload['helper'] = array('url', 'file'); */ $autoload['helper'] = array('url', 'date', 'string', 'text'); /* | ------------------------------------------------------------------- | Auto-load Config files | ------------------------------------------------------------------- | Prototype: | | $autoload['config'] = array('config1', 'config2'); | | NOTE: This item is intended for use ONLY if you have created custom | config files. Otherwise, leave it blank. | */ $autoload['config'] = array(); /* | ------------------------------------------------------------------- | Auto-load Language files | ------------------------------------------------------------------- | Prototype: | | $autoload['language'] = array('lang1', 'lang2'); | | NOTE: Do not include the "_lang" part of your file. For example | "codeigniter_lang.php" would be referenced as array('codeigniter'); | */ $autoload['language'] = array(); /* | ------------------------------------------------------------------- | Auto-load Models | ------------------------------------------------------------------- | Prototype: | | $autoload['model'] = array('first_model', 'second_model'); | | You can also supply an alternative model name to be assigned | in the controller: | | $autoload['model'] = array('first_model' => 'first'); */ $autoload['model'] = array('genmod');