diff options
Diffstat (limited to 'config/sarg/sarg_realtime.php')
-rwxr-xr-x | config/sarg/sarg_realtime.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/sarg/sarg_realtime.php b/config/sarg/sarg_realtime.php index 218d924c..76e89769 100755 --- a/config/sarg/sarg_realtime.php +++ b/config/sarg/sarg_realtime.php @@ -232,7 +232,7 @@ else{ var myAjax = new Ajax.Request( url, { - method: 'get', + method: 'post', parameters: pars, onComplete: activitycallback_queue_file }); |