<?php ////////////////////////////////////////////////////////////////////////////////////////// // Mandatory Settings, these settings must be changed for the system to work correctly. // ////////////////////////////////////////////////////////////////////////////////////////// $master = $configuration['master_database']; /** * Database details. * MySQL database name. * @global string */ $configuration[$master]['database'] = '[[softdb]]'; /** * Database details. * MySQL database username. * @global string */ $configuration[$master]['username'] = '[[softdbuser]]'; /** * Database details. * MySQL database password. * @global string */ $configuration[$master]['password'] = '[[softdbpass]]'; // NONE MANDATORY. // You might want to consider changing these setting while you are developing. // IT IS VERY IMPORTANT TO SWITCH THEM TO SAFE SETTING WHEN GOING INTO PRODUCTION. // Use settings from PHPDS-defaults.config.php to extend this file and override defaults. ///////////////////////////////////////////////////////////////////////////////////////// /** * When your system goes to production, set this to TRUE to avoid informations leaks. * Will force compile on template engine. * * Overrides most 'debug' and 'error' settings * * PS: IT WONT SHOW NOTICES OR GENERAL ERRORS IF THIS IS TRUE. * * @var boolean */ $configuration['production'] = false; /** * To what email should critical errors be emailed to, make sure php can send mail, this does not use the PHPDevShell mailing engine. * * @global string */ $configuration['error']['email_critical'] = '[[admin_email]]';
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
images | Folder | 0755 |
|
|
php53 | Folder | 0755 |
|
|
php56 | Folder | 0755 |
|
|
php71 | Folder | 0755 |
|
|
edit.php | File | 4.84 KB | 0644 |
|
edit.xml | File | 433 B | 0644 |
|
fileindex.php | File | 115 B | 0644 |
|
import.php | File | 3.88 KB | 0644 |
|
info.xml | File | 1.5 KB | 0644 |
|
install.js | File | 921 B | 0644 |
|
install.php | File | 3.95 KB | 0644 |
|
install.xml | File | 919 B | 0644 |
|
md5 | File | 2.04 KB | 0644 |
|
notes.txt | File | 50 B | 0644 |
|
single-site.config.php | File | 1.62 KB | 0644 |
|