aboutsummaryrefslogtreecommitdiffstats
path: root/config/sarg/sarg_realtime.php
diff options
context:
space:
mode:
authorMarcello Coutinho <marcellocoutinho@gmail.com>2012-09-19 12:05:33 -0300
committermarcelloc <marcellocoutinho@gmail.com>2012-09-19 12:05:33 -0300
commit13877cb7190125e35bb4e467f0fe827d10334503 (patch)
treed53289c29c0d362ce889508fa3c41a925d997c6e /config/sarg/sarg_realtime.php
parentd3ff95f426054f64222e919f22f89a1e3066bb6e (diff)
downloadpfsense-packages-13877cb7190125e35bb4e467f0fe827d10334503.tar.gz
pfsense-packages-13877cb7190125e35bb4e467f0fe827d10334503.tar.bz2
pfsense-packages-13877cb7190125e35bb4e467f0fe827d10334503.zip
sarg - add missing sarg.inc changes to 0.6.1
Diffstat (limited to 'config/sarg/sarg_realtime.php')
-rwxr-xr-xconfig/sarg/sarg_realtime.php2
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
});