From 99925d2e547feae40dd25e536b8dfb692c453074 Mon Sep 17 00:00:00 2001 From: osmiy Date: Fri, 19 May 2006 14:03:07 +0000 Subject: - fixed authorisation error (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2864 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/copt.lib.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'frontends/php/include/copt.lib.php') diff --git a/frontends/php/include/copt.lib.php b/frontends/php/include/copt.lib.php index 98d65fd1..38f915b2 100644 --- a/frontends/php/include/copt.lib.php +++ b/frontends/php/include/copt.lib.php @@ -86,9 +86,9 @@ ** Eugene Grigorjev (eugene.grigorjev@zabbix.com) **/ -// define("USE_PROFILING",1); - define("USE_TIME_PROF",1); - define("USE_MEM_PROF",1); + define("USE_PROFILING",1); +// define("USE_TIME_PROF",1); +// define("USE_MEM_PROF",1); define("USE_SQLREQUEST_PROF",1); // define("SHOW_SQLREQUEST_DETAILS",1); -- cgit