/var/softaculous/openclass
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
.htaccess83750644editdlrm
auth.php3740644editdlrm
clone.php77640644editdlrm
database.php6180644editdlrm
edit.php58830644editdlrm
edit.xml4470644editdlrm
fileindex.php2480644editdlrm
import.php47770644editdlrm
info.xml22420644editdlrm
install.js9240644editdlrm
install.php92020644editdlrm
install.xml26810644editdlrm
md512380644editdlrm
notes.txt13390644editdlrm
openclass.sql725900644editdlrm
openclass.zip190788820644editdlrm
robots.txt660644editdlrm
sitemap.xml37210644editdlrm
upgrade.php105320644editdlrm
upgrade.xml8220644editdlrm
Edit: /var/softaculous/openclass/database.php (618B)
array( 'type' => 'mysqli', 'connection' => array( 'hostname' => '[[softdbhost]]', 'username' => '[[softdbuser]]', 'password' => '[[softdbpass]]', 'persistent' => FALSE, 'database' => '[[softdb]]', 'variables' => array('sql_mode'=>'') ), 'table_prefix' => '[[dbprefix]]', 'charset' => 'utf8mb4', 'profiling' => (Kohana::$environment===Kohana::DEVELOPMENT)? TRUE:FALSE, ), );