summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_tables.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-06-30 14:58:21 -0700
committerChris Buechler <cmb@pfsense.org>2016-06-30 18:31:57 -0500
commit327052d033083ff12f399ed5a4dc642bdd04de2c (patch)
treeec08fa3f16800d81479912e8ea5afe65818bbd90 /src/usr/local/www/diag_tables.php
parent337f82963000d2d19e7b6018b2dd32a357f81928 (diff)
downloadpfsense-327052d033083ff12f399ed5a4dc642bdd04de2c.zip
pfsense-327052d033083ff12f399ed5a4dc642bdd04de2c.tar.gz
Diag Tables Last Update
Use correct Thursday abbreviation (s/Thr/Thu/).
Diffstat (limited to 'src/usr/local/www/diag_tables.php')
-rw-r--r--src/usr/local/www/diag_tables.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/diag_tables.php b/src/usr/local/www/diag_tables.php
index cf0f956..9433363 100644
--- a/src/usr/local/www/diag_tables.php
+++ b/src/usr/local/www/diag_tables.php
@@ -208,7 +208,7 @@ if ($bogons || $urltable || !empty($entries)) {
$table_file = '';
}
- $datestrregex = '(Mon|Tue|Wed|Thr|Fri|Sat|Sun).* GMT';
+ $datestrregex = '(Mon|Tue|Wed|Thu|Fri|Sat|Sun).* GMT';
$datelineregex = 'last.*' . $datestrregex;
$last_updated = exec('/usr/bin/grep -i -m 1 -E "^# ' . $datelineregex . '" ' . $table_file . '|/usr/bin/grep -i -m 1 -E -o "' . $datestrregex . '"');
OpenPOWER on IntegriCloud