4
* Xibo - Digital Signage - http://www.xibo.org.uk
6
* This file is part of Xibo - and is automatically generated by the installer
8
* You should not need to edit this file, unless your SQL connection details have changed.
11
defined('XIBO') or die(__("Sorry, you are not allowed to directly access this page.") . "<br />" . __("Please press the back button in your browser."));
18
$dbhost = $_SERVER['MYSQL_HOST'] . ':' . $_SERVER['MYSQL_PORT'];
19
$dbuser = $_SERVER['MYSQL_USER'];
20
$dbpass = $_SERVER['MYSQL_PASSWORD'];
21
$dbname = $_SERVER['MYSQL_DATABASE'];
23
if (!defined('SECRET_KEY'))
24
define('SECRET_KEY','');
26
if (file_exists('/var/www/cms/custom/settings-custom.php'))
27
include_once('/var/www/cms/custom/settings-custom.php');