From 204dd15dffc0e27c35455cb33439fdf59a3056f4 Mon Sep 17 00:00:00 2001 From: Alexey Kachayev Date: Fri, 18 Dec 2009 11:29:57 +0000 Subject: [PATCH] =?UTF-8?q?Fix=20profiler-=D0=BA=D0=BE=D0=BD=D1=84=D0=B8?= =?UTF-8?q?=D0=B3=D1=83=D1=80=D0=B0=D1=86=D0=B8=D0=B8=20=D0=B4=D0=BB=D1=8F?= =?UTF-8?q?=20ajax-=D0=B2=D1=8B=D0=B7=D0=BE=D0=B2=D0=BE=D0=B2.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/config.ajax.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.ajax.php b/config/config.ajax.php index 789008c8..efb1dbe5 100644 --- a/config/config.ajax.php +++ b/config/config.ajax.php @@ -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();