Файл: billing/_rootconfig1234567890.php
Строк: 23
<?
$dbhost = "localhost";
$dbuser = "database_user";
$dbpass = "database_password";
$dbname = "database_name";
$full_home_path = "/home/admin/domains/domain.com/public_html/billing";
$full_www_path = "http://domain.com/billing";
$admin_script = "admin.php";
$PHPPATH = "/usr/local/bin/php";
$PRIVATBANK_TEST = 0;
$WEBPAY_TEST = 0;
$TARIFS_ROWS_CNT = 5;
$font_head='#EAEAEA';
$font_row1='#FAFAFA';
$font_row2='#EFEFEF';
$styleHelp='font-size: 12px; color: gray; margin-top: 0';
$orderTableWidth='500';
define('DEBUG', true);
ini_set('display_errors', 0);
if ( DEBUG ) {
error_reporting(E_ALL ^ E_NOTICE);
ini_set('display_errors', 1);
}
$full_home_path = dirname(__FILE__);
require($full_home_path.'/_rootfuncs.php');
?>