summaryrefslogtreecommitdiffstats
path: root/usr/local/www/guiconfig.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-08-01 16:53:34 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-08-01 16:53:34 +0000
commitb2e805b6e22e4257b32e444968c90f2482347a6f (patch)
tree3809f74ed5d2a5bbb06f49bf05a4684b8b84593f /usr/local/www/guiconfig.inc
parent9d5b2674b13d4650f3264f529dc1d10e51011a7d (diff)
downloadpfsense-b2e805b6e22e4257b32e444968c90f2482347a6f.zip
pfsense-b2e805b6e22e4257b32e444968c90f2482347a6f.tar.gz
Remove date check. This is breaking the system logs in certain cases and I am tired of fighting this battle. The logs *WILL* remain broken on the last entries in some cases. I know of this fact and I do't plan on changing it as it breaks something else ever time that a fix is attempted.
Diffstat (limited to 'usr/local/www/guiconfig.inc')
-rwxr-xr-xusr/local/www/guiconfig.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/guiconfig.inc b/usr/local/www/guiconfig.inc
index 915f02d..15a8b01 100755
--- a/usr/local/www/guiconfig.inc
+++ b/usr/local/www/guiconfig.inc
@@ -577,7 +577,7 @@ function dump_clog($logfile, $tail, $withorig = true, $grepfor = "", $grepinvert
echo "<tr valign=\"top\">\n";
if ($withorig) {
$entry_date_time = htmlspecialchars(join(" ", array_slice($logent, 0, 3)));
- if(strlen($entry_date_time) > 17 or strlen($entry_date_time) < 15)
+ if(strlen($entry_date_time) > 17)
continue;
echo "<td class=\"listlr\" nowrap>" . $entry_date_time . "</td>\n";
echo "<td class=\"listr\">" . htmlspecialchars($logent[4] . " " . $logent[5]) . "</td>\n";
OpenPOWER on IntegriCloud