From 8633628b5abe10a03528ee8d0f3da12451d5f9e4 Mon Sep 17 00:00:00 2001 From: dvserg Date: Thu, 17 Feb 2011 06:15:45 +0300 Subject: squidGuard log changes --- config/squidGuard/squidguard_blacklist.php | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) (limited to 'config/squidGuard/squidguard_blacklist.php') diff --git a/config/squidGuard/squidguard_blacklist.php b/config/squidGuard/squidguard_blacklist.php index 3bf4d17b..54699928 100644 --- a/config/squidGuard/squidguard_blacklist.php +++ b/config/squidGuard/squidguard_blacklist.php @@ -192,7 +192,7 @@ function getactivity(action) { var myAjax = new Ajax.Request( url, { - method: 'post', + method: 'get', parameters: pars, onComplete: activitycallback }); @@ -211,23 +211,7 @@ function activitycallback(transport) { //alert(transport.responseText); } -//document.observe('dom:loaded', function() { - // refresh -// setTimeout('getactivity()', 150); -//}); - -//document.observe('dom:loaded', function() { - // refresh -// setTimeout('getactivity()', 150); -//}); - window.setTimeout('getactivity()', 150); -//if(!ajaxStarted) { -// try { -// window.setTimeout('getactivity()', 150); -// var ajaxStarted = true; -// }catch(e){} -//} -- cgit v1.2.3