1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-05-10 12:58:21 +03:00

Fix profiler-конфигурации для ajax-вызовов.

This commit is contained in:
Alexey Kachayev 2009-12-18 11:29:57 +00:00
parent 2dd8e73800
commit 204dd15dff

View file

@ -24,7 +24,7 @@ require_once("loader.php");
require_once(Config::Get('path.root.engine')."/classes/Engine.class.php");
require_once(Config::Get('path.root.engine')."/lib/external/JsHttpRequest/JsHttpRequest.php");
$JsHttpRequest = new JsHttpRequest("UTF-8");
ProfilerSimple::getInstance(Config::Get('path.root.server').'/logs/profiler.log',false);
ProfilerSimple::getInstance(Config::Get('path.root.server').'/logs/'.Config::Get('sys.logs.profiler_file'),Config::Get('sys.logs.profiler'));
$oEngine=Engine::getInstance();
$oEngine->Init();
$oEngine->Security_ValidateSendForm();