IP : 3.143.23.170Hostname : host45.registrar-servers.comKernel : Linux host45.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64Disable Function : None :) OS : Linux
PATH:
/
home/
../
tmp/
../
var/
softaculous/
./
zend/
../
fcms/
../
./
epesi/
config.php/
/
<?php /** * Config file. * * All commented out defines are default values as they were * during the installation process. Default values may change after an update, * but your config file will remain as it was. If you want to know * current default values please look at file include/config.php * * This file contains database configuration. */ defined('_VALID_ACCESS') || die('Direct access forbidden');
/** * Address of SQL server. */ define('DATABASE_HOST','[[softdbhost]]');
/** * User to log in to SQL server. */ define('DATABASE_USER','[[softdbuser]]');
/** * User password to authorize SQL server. */ define('DATABASE_PASSWORD','[[softdbpass]]');
/** * Database to use. */ define('DATABASE_NAME','[[softdb]]');
/* * Apply sources minifying algorithms. * * If enabled CPU usage may raise, but amount * of transferred data is smaller. */ //define('MINIFY_SOURCES',0);
/* * Show donation links in EPESI */ //define('SUGGEST_DONATION',1);
/* * automatically check for new version */ //define('CHECK_VERSION',1);
/* * Disable some administrator preferences. */ //define('DEMO_MODE',0);