|
Server : Apache System : Linux server112.speedpacket.com 3.10.0-962.3.2.lve1.5.36.el7.x86_64 #1 SMP Mon May 18 02:16:06 EDT 2020 x86_64 User : equistyl ( 1341) PHP Version : 8.1.30 Disable Function : NONE Directory : /var/softaculous/xibo/ |
Upload File : |
<?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 = ;