/var/softaculous/gallery
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
clone.php32130644editdlrm
database.php16120644editdlrm
edit.php44450644editdlrm
edit.xml4330644editdlrm
fileindex.php2060644editdlrm
import.php43920644editdlrm
info.xml24530644editdlrm
install.js9210644editdlrm
install.php42860644editdlrm
install.xml10750644editdlrm
md542940644editdlrm
NOTES.txt6320644editdlrm
upgrade.php21830644editdlrm
upgrade.xml3080644editdlrm
Edit: /var/softaculous/gallery/database.php (1612B)
'mysql://dbuser:secret@localhost/kohana' * character_set - Database character set * table_prefix - Database table prefix * object - Enable or disable object results * cache - Enable or disable query caching * escape - Enable automatic query builder escaping */ $config['default'] = array( 'benchmark' => false, 'persistent' => false, 'connection' => array( 'type' => 'mysqli', 'user' => '[[softdbuser]]', 'pass' => '[[softdbpass]]', 'host' => '[[softdbhost]]', 'port' => false, 'socket' => false, 'database' => '[[softdb]]', 'params' => null, ), 'character_set' => 'utf8', 'table_prefix' => '[[dbprefix]]', 'object' => true, 'cache' => false, 'escape' => true );