summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_logs_filter.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-04-07 02:04:23 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-04-07 02:04:23 +0000
commitba8ee0675d0fdf83426d58b61a540de21bf5aeb9 (patch)
treea5f42804737eecefc9c730ef3c86ce997c572cd8 /usr/local/www/diag_logs_filter.php
parent6b35646f26360cec08e34e566c0541835b58faf3 (diff)
downloadpfsense-ba8ee0675d0fdf83426d58b61a540de21bf5aeb9.zip
pfsense-ba8ee0675d0fdf83426d58b61a540de21bf5aeb9.tar.gz
Initialize variables. Found-by: PHPEclipse
Diffstat (limited to 'usr/local/www/diag_logs_filter.php')
-rwxr-xr-xusr/local/www/diag_logs_filter.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_logs_filter.php b/usr/local/www/diag_logs_filter.php
index 887cb2b..7bc973f 100755
--- a/usr/local/www/diag_logs_filter.php
+++ b/usr/local/www/diag_logs_filter.php
@@ -56,7 +56,7 @@ if ($_POST['clear']) {
/* format filter logs */
function conv_clog($logfile, $tail = 50) {
- global $config, $nentries;
+ global $config, $nentries, $g;
$logarr = "";
/* make interface/port table */
$iftable = array();
OpenPOWER on IntegriCloud