|
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 : /proc/self/root/var/softaculous/piwigo/ |
Upload File : |
<?php
$conf['dblayer'] = 'mysqli';
$conf['db_base'] = '[[softdb]]';
$conf['db_user'] = '[[softdbuser]]';
$conf['db_password'] = '[[softdbpass]]';
$conf['db_host'] = '[[softdbhost]]';
$prefixeTable = '[[dbprefix]]';
define('PHPWG_INSTALLED', true);
define('PWG_CHARSET', 'utf-8');
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');
?>