/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/database.php (5119B)
db->last_query() and profiling of DB queries. | When you run a query, with this setting set to TRUE (default), | CodeIgniter will store the SQL statement for debugging purposes. | However, this may cause high memory usage, especially if you run | a lot of SQL queries ... disable this to avoid that problem. | | The $active_group variable lets you choose which connection group to | make active. By default there is only one group (the 'default' group). | | The $query_builder variables lets you determine whether or not to load | the query builder class. */ $active_group = 'mysql'; $query_builder = TRUE; //details for mysql $db['mysql'] = array( 'dsn' => 'mysql:hostname=localhost; dbname=desid573_1410_inventory', 'hostname' => '', 'username' => 'desid573_root', 'password' => 'SCM[RG_cT^3%', 'database' => '', 'dbdriver' => 'pdo', 'dbprefix' => '', 'pconnect' => FALSE, 'db_debug' => (ENVIRONMENT !== 'production'), 'cache_on' => FALSE, 'cachedir' => '', 'char_set' => 'utf8', 'dbcollat' => 'utf8_general_ci', 'swap_pre' => '', 'encrypt' => FALSE, 'compress' => FALSE, 'stricton' => FALSE, 'failover' => array(), 'save_queries' => TRUE ); //details for sqlite $db['sqlite'] = array( 'dsn' => '', 'hostname' => '', 'username' => '', 'password' => '', 'database' => BASEPATH . 'sqlite/1410inventory.sqlite', 'dbdriver' => 'sqlite3', 'dbprefix' => '', 'pconnect' => FALSE, 'db_debug' => (ENVIRONMENT !== 'production'), 'cache_on' => FALSE, 'cachedir' => '', 'char_set' => 'utf8', 'dbcollat' => 'utf8_general_ci', 'swap_pre' => '', 'encrypt' => FALSE, 'compress' => FALSE, 'stricton' => FALSE, 'failover' => array(), 'save_queries' => TRUE );