/var/softaculous/impresspage
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
clone.php60250644editdlrm
config.php8200644editdlrm
edit.php44730644editdlrm
edit.xml4330644editdlrm
fileindex.php1070644editdlrm
import.php46030644editdlrm
info.xml42830644editdlrm
install.js9210644editdlrm
install.php50120644editdlrm
install.xml12830644editdlrm
md567130644editdlrm
notes.txt4550644editdlrm
PasswordHash.php69010644editdlrm
upgrade.php36020644editdlrm
upgrade.xml11950644editdlrm
Edit: /var/softaculous/impresspage/config.php (820B)
'ses[[SESSION_NAME]]', // prevents session conflict when two sites runs on the same server 'developmentEnvironment' => 1, // displays error and debug information. Change to 0 before deployment to production server 'showErrors' => 1, // 0 if you don't wish to display errors on the page 'debugMode' => 0, // Debug mode loads raw unminified JavaScript files, alerts AJAX errors. 'timezone' => 'America/New_York', // PHP 5 requires timezone to be set. 'db' => array ( 'hostname' => '[[softdbhost]]', 'username' => '[[softdbuser]]', 'password' => '[[softdbpass]]', 'tablePrefix' => '[[dbprefix]]', 'database' => '[[softdb]]', 'charset' => 'utf8', ), // Database configuration ];