aboutsummaryrefslogtreecommitdiffstats
path: root/config/squidGuard-devel/squidguard_log.php
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-06-20 15:28:56 -0300
committerRenato Botelho <garga@FreeBSD.org>2014-06-20 15:28:56 -0300
commita72404116dd45d1bd4d4ee738475d069c9a5e58a (patch)
tree94d8b6e0fc3810cd8e288103112ba5f8fa52119b /config/squidGuard-devel/squidguard_log.php
parent0314d512488e58437d788723b4c29fea15711b77 (diff)
downloadpfsense-packages-a72404116dd45d1bd4d4ee738475d069c9a5e58a.tar.gz
pfsense-packages-a72404116dd45d1bd4d4ee738475d069c9a5e58a.tar.bz2
pfsense-packages-a72404116dd45d1bd4d4ee738475d069c9a5e58a.zip
Move squidGuard-devel references to functions prototypes and remove call-time references
Diffstat (limited to 'config/squidGuard-devel/squidguard_log.php')
-rw-r--r--config/squidGuard-devel/squidguard_log.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/squidGuard-devel/squidguard_log.php b/config/squidGuard-devel/squidguard_log.php
index 8eba2311..562feb96 100644
--- a/config/squidGuard-devel/squidguard_log.php
+++ b/config/squidGuard-devel/squidguard_log.php
@@ -77,14 +77,14 @@ function squidguard_log_AJAX_response( $request )
$res = squidguard_prep_textareacont($cont);
break;
case 'guilog':
- $res = squidguard_logrep(squidguard_guidump( &$offset, 50, true));
+ $res = squidguard_logrep(squidguard_guidump( $offset, 50, true));
break;
case 'filterlog':
- $res = squidguard_logrep(squidguard_filterdump( &$offset, 50, true));
+ $res = squidguard_logrep(squidguard_filterdump( $offset, 50, true));
break;
case "blocked":
default:
- $res = squidguard_logrep(squidguard_blockdump( &$offset, 50, true));
+ $res = squidguard_logrep(squidguard_blockdump( $offset, 50, true));
break;
}