HEX
Server: Apache
System: Linux 162-240-236-42.bluehost.com 3.10.0-1160.114.2.el7.x86_64 #1 SMP Wed Mar 20 15:54:52 UTC 2024 x86_64
User: bt667 (1004)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: //var/softaculous/qloapps/settings.inc.php
<?php
define('_DB_SERVER_', '[[softdbhost]]');
define('_DB_NAME_', '[[softdb]]');
define('_DB_USER_', '[[softdbuser]]');
define('_DB_PASSWD_', '[[softdbpass]]');
define('_DB_PREFIX_', '[[dbprefix]]');
define('_MYSQL_ENGINE_', 'InnoDB');
define('_PS_CACHING_SYSTEM_', 'CacheMemcache');
define('_PS_CACHE_ENABLED_', '0');
define('_COOKIE_KEY_', '[[cookie_key]]');
define('_COOKIE_IV_', '[[cookie_iv]]');
define('_NEW_COOKIE_KEY_', '[[new_cookie_key]]');
define('_PS_CREATION_DATE_', '[[creation]]');
if (!defined('_PS_VERSION_'))
	define('_PS_VERSION_', '1.6.1.23');
define('_QLOAPPS_VERSION_', '1.7.0.0');