PHP 8.2.30
Preview: config.php Size: 820 B
//var/softaculous/impresspage/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
];

Directory Contents

Dirs: 5 × Files: 15

Name Size Perms Modified Actions
images DIR
- drwxr-xr-x 2024-03-21 11:26:24
Edit Download
php53 DIR
- drwxr-xr-x 2024-03-21 11:26:24
Edit Download
php56 DIR
- drwxr-xr-x 2024-03-21 11:26:24
Edit Download
php71 DIR
- drwxr-xr-x 2024-03-21 11:26:24
Edit Download
php81 DIR
- drwxr-xr-x 2024-03-21 11:26:24
Edit Download
5.87 KB lrw-r--r-- 2022-09-21 09:10:14
Edit Download
820 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
4.40 KB lrw-r--r-- 2022-09-21 09:10:14
Edit Download
433 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
107 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
4.49 KB lrw-r--r-- 2022-09-21 09:10:14
Edit Download
4.18 KB lrw-r--r-- 2022-09-21 08:18:40
Edit Download
921 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
4.93 KB lrw-r--r-- 2022-09-21 09:10:14
Edit Download
1.25 KB lrw-r--r-- 2021-12-23 11:54:36
Edit Download
13.70 KB lrw-r--r-- 2022-09-21 09:10:14
Edit Download
455 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
6.74 KB lrw-r--r-- 2021-12-23 11:54:36
Edit Download
3.53 KB lrw-r--r-- 2022-09-21 09:10:14
Edit Download
1.17 KB lrw-r--r-- 2021-12-23 11:54:36
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).