D:\ASITES\madeirrf\public_html
<?php
return array (
'utf_mode' =>
array (
'value' => true,
'readonly' => true,
),
'cache_flags' =>
array (
'value' =>
array (
'config_options' => 3600.0,
'site_domain' => 3600.0,
),
'readonly' => false,
),
'cookies' =>
array (
'value' =>
array (
'secure' => false,
'http_only' => true,
),
'readonly' => false,
),
'exception_handling' =>
array (
'value' =>
array (
'debug' => false,
'handled_errors_types' => 4437,
'exception_errors_types' => 4437,
'ignore_silence' => false,
'assertion_throws_exception' => true,
'assertion_error_type' => 256,
'log' => NULL,
),
'readonly' => false,
),
'connections' =>
array (
'value' =>
array (
'default' =>
array (
'className' => '\\Bitrix\\Main\\DB\\MysqliConnection',
'host' => 'localhost',
'database' => 'madeirrf_root',
'login' => 'root',
// 'login' => 'изменён',
//'password' => 'изменён'
'password' => '',
'options' => 2.0,
),
),
'readonly' => true,
),
'crypto' =>
array (
'value' =>
array (
'crypto_key' => 'dcb2c6b807599a583c2808309aede910',
),
'readonly' => true,
),
);
<?
define("BX_USE_MYSQLI", true);
define("DBPersistent", false);
$DBType = "mysql";
$DBHost = "localhost";
//$DBLogin = "изменён";
$DBLogin = "root";
//$DBPassword = "изменён";
$DBPassword = "";
$DBName = "madeirrf_root";
$DBDebug = true;
$DBDebugToFile = false;
define("MYSQL_TABLE_TYPE", "INNODB");
define("DELAY_DB_CONNECT", true);
define("CACHED_b_file", 3600);
define("CACHED_b_file_bucket_size", 10);
define("CACHED_b_lang", 3600);
define("CACHED_b_option", 3600);
define("CACHED_b_lang_domain", 3600);
define("CACHED_b_site_template", 3600);
define("CACHED_b_event", 3600);
define("CACHED_b_agent", 3660);
define("CACHED_menu", 3600);
define("BX_UTF", true);
define("BX_FILE_PERMISSIONS", 0644);
define("BX_DIR_PERMISSIONS", 0755);
@umask(~(BX_FILE_PERMISSIONS|BX_DIR_PERMISSIONS)&0777);
define("BX_DISABLE_INDEX_PAGE", true);
?>
Warning: require(D:/ASITES/madeirrf/bitrix/header.php): failed to open stream: No such file or directory in D:\ASITES\madeirrf\public_html\index.php on line 2
madeirrf/public_html
Fatal error: require(): Failed opening required 'D:/ASITES/madeirrf/bitrix/header.php' (include_path='.;w:/modules/php/PHP-7.1-x64;w:/modules/php/PHP-7.1-x64/PEAR/pear') in D:\ASITES\madeirrf\public_html\index.php on line 2