%PDF- %PDF-
Direktori : /home/bitrix/www/bitrix/php_interface/ |
Current File : /home/bitrix/www/bitrix/php_interface/dbconn.php |
<? include $_SERVER["DOCUMENT_ROOT"]."/local/php_interface/lang_settings.php"; define("BX_CRONTAB_SUPPORT", true); define("DBPersistent", false); $DBType = "mysql"; $DBHost = "localhost"; $DBLogin = "bitrix0"; $DBPassword = "9RSXu&ChGuD0Fv[FY6bg"; $DBName = "sitemanager"; $DBDebug = false; $DBDebugToFile = false; 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", 0640); define("BX_DIR_PERMISSIONS", 0750); @umask(~BX_DIR_PERMISSIONS); @ini_set("memory_limit", "512M"); define("BX_DISABLE_INDEX_PAGE", true); define("LOG_FILENAME", $_SERVER["DOCUMENT_ROOT"]."/log.txt"); define("BX_USE_MYSQLI", true); ?>