Your IP : 3.145.42.128


Current Path : /var/www/axolotl/data/www/b24.axolotl.ru/public_html/bitrix/php_interface/
Upload File :
Current File : /var/www/axolotl/data/www/b24.axolotl.ru/public_html/bitrix/php_interface/dbconn.php

<?
define("BX_USE_MYSQLI", true);
define("DBPersistent", false);
$DBType = "mysql";
$DBHost = "localhost";
$DBLogin = "axolotl_axolotl";
$DBPassword = "0C1a8L0i";
$DBName = "axolotl_axolotl";
$DBDebug = false;
$DBDebugToFile = false;
$SERVER_PORT = $_SERVER['SERVER_PORT'] = '443';

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);
@ini_set("memory_limit", "512M");
define("BX_DISABLE_INDEX_PAGE", true);
//define("LOG_FILENAME", $_SERVER["DOCUMENT_ROOT"]."/log-yapay.txt");

if(!(defined("CHK_EVENT") && CHK_EVENT===true))
	define("BX_CRONTAB_SUPPORT", true);

?>