X7ROOT File Manager
Current Path:
/var/softaculous/impresspage
var
/
softaculous
/
impresspage
/
ðŸ“
..
📄
PasswordHash.php
(6.74 KB)
📄
clone.php
(5.87 KB)
📄
config.php
(820 B)
📄
edit.php
(4.4 KB)
📄
edit.xml
(433 B)
📄
fileindex.php
(107 B)
ðŸ“
images
📄
import.php
(4.49 KB)
📄
info.xml
(4.18 KB)
📄
install.js
(921 B)
📄
install.php
(4.93 KB)
📄
install.xml
(1.25 KB)
📄
md5
(13.7 KB)
📄
notes.txt
(455 B)
ðŸ“
php53
ðŸ“
php56
ðŸ“
php71
ðŸ“
php81
📄
upgrade.php
(3.53 KB)
📄
upgrade.xml
(1.17 KB)
Editing: config.php
<?php /** * @package ImpressPages */ return [ 'sessionName' => '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 ];
Upload File
Create Folder