/var/softaculous/openb
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
.htaccess20910755editdlrm
config.php182240755editdlrm
database.php45690755editdlrm
extend.php91330755editdlrm
fileindex.php1310755editdlrm
import.php42050755editdlrm
info.xml48620755editdlrm
install.js9240755editdlrm
install.php89060755editdlrm
install.xml14820755editdlrm
md564560755editdlrm
notes.txt2900755editdlrm
soft.htaccess1270755editdlrm
update_pass.php5160755editdlrm
_edit.php34160755editdlrm
_edit.xml4330755editdlrm
_index.php590755editdlrm
Edit: /var/softaculous/openb/database.php (4569B)
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 = 'default'; $query_builder = TRUE; $db['default'] = array( 'dsn' => '', 'hostname' => '[[softdbhost]]', 'username' => '[[softdbuser]]', 'password' => '[[softdbpass]]', 'database' => '[[softdb]]', 'dbdriver' => 'mysqli', 'dbprefix' => '[[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 );