/var/softaculous/impresspage
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
clone.php60090644editdlrm
config.php8200644editdlrm
edit.php45090644editdlrm
edit.xml4330644editdlrm
fileindex.php1070644editdlrm
import.php45940644editdlrm
impresspage.sql174930644editdlrm
impresspage.zip57053260644editdlrm
info.xml42830644editdlrm
install.js9210644editdlrm
install.php50440644editdlrm
install.xml12830644editdlrm
md5140310644editdlrm
notes.txt4550644editdlrm
PasswordHash.php69010644editdlrm
upgrade.php36180644editdlrm
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 ];