HEX
Server: Apache/2.4.6 (CentOS) mpm-itk/2.4.7-04 mod_fcgid/2.3.9 PHP/5.4.16
System: Linux dvm.vladweb.ru 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: region-gk.ru (1016)
PHP: 7.3.33
Disabled: NONE
Upload Files
File: //home/bk/efi/eficenter.ru/config.php
<?php

$CONFIG = array(
    'inc_path'				=> 'inc/',								
    'core_path'				=> 'core/',							
    
    'class_path'			=> 'modules/',					
    'tpl_path'				=> 'tpls/',								
    
    'admin_tpl_path'		=> 'tpls/admin/', 						
    
    'admin_main_template'	=> array(1 => '_index_1.html',			
        
        2 => '_index_2.html',			
        3 => '_index_3.html',		
        4 => '_index_4.html',		
        5 => '_index_5.html',		
        ),
        'img_path'				=> 'i/',							
    'admin_img_path'		=> 'i/adminx/',							
        
        'tree_img_path'		=> 'i/tree/',						
        
        'cache_path'			=> 'cache/', 						
        

        'files_upload_img_path'	=> 'files/images/',						
    'files_upload_img_url' 	=> 'files/images/',						
        
        'files_upload_path'		=> 'files/',						
        
        'admin_default_module'	=> 'pages',
        'script_filename'		=> 'index.php',
        'multibase'				=> 0,

        'no_cache_modules'		=> array(),
        'no_cache_actions'		=> array('showbanner', 'showpoll'),
        'email_headers'		=>	'Content-Type: text/plain; charset=windows-1251\n',

        'email_type'			=> 'text/html',
        'email_charset'			=> 'windows-1251',

        'nav_separator' 		=> '&nbsp;&raquo;&nbsp;',
        'calendar_date' 		=> '%d.%m.%Y',
        'pages_in_block' 		=> 10,

        'site_langs'			=> array(1	=> array('value'	=> 'ru',
            'name'		=> '',
        ),

            2	=> array('value'	=> 'en',
                'name'		=> '',
            ),

        ),
        'default_lang' => 'ru',

    );

$OPEN_NEW = array();




$NEW = array(
    /* CONF:START */
    'db_host' => 'localhost',
    'db_database' => 'eficenter_ru_db',
    'db_user' => 'eficenter_ru_usr',
    'db_password' => '2xlCPRSt2uhZKGoR',
    'site_on'	=>	1,
    'sitename' => 'eficenter.ru',
    'sitename_rus' => 'eficenter.ru',
    'web_address' => 'http://eficenter.ru/',
    'rewrite_mod' => true,
    'multilanguage' => 'on',
    'default_lang' => 'rus',
    'use_cache' => '',
    'cache_expiration_time' => '0',
    'contact_email' => 'noreply@vladweb.ru',
    'return_email' => 'noreply@vladweb.ru',
    'back_office_zip' => '0',
    'front_office_zip' => '0',
    'pages_charset' => 'windows-1251',
    'error_reporting' => '0',
    /* CONF:END */
);