| Linux server27.hostingraja.org 2.6.32-954.3.5.lve1.4.93.el6.x86_64 #1 SMP Wed Oct 4 17:04:29 UTC 2023 x86_64 Path : /proc/self/root/proc/self/root/var/softaculous/xibo/ |
| Current File : //proc/self/root/proc/self/root/var/softaculous/xibo/settings.php |
<?php
/*
* Xibo - Digital Signage - http://www.xibo.org.uk
*
* This file is part of Xibo - and is automatically generated by the installer
*
* You should not need to edit this file, unless your SQL connection details have changed.
*/
defined('XIBO') or die(__("Sorry, you are not allowed to directly access this page.") . "<br />" . __("Please press the back button in your browser."));
global $dbhost;
global $dbuser;
global $dbpass;
global $dbname;
$dbhost = '[[softdbhost]]';
$dbuser = '[[softdbuser]]';
$dbpass = '[[softdbpass]]';
$dbname = '[[softdb]]';
define('SECRET_KEY', '[[secret_key]]');
// Additional Monolog handlers/processors to be registered
// $logHandlers = [];
// $logProcessors = [];
// Additional Middleware
// $middleware = [];
// $authentication = ;