summaryrefslogtreecommitdiffstats
path: root/src/usr/local
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:32:23 -0500
commit237eb3d9a771df148c9616f1455ac1e9272cef7b (patch)
treeb7a3013cdfac00d9970491b8a62c5db606597664 /src/usr/local
parentd0acb088cb5017c9daf5848049cec7f4b09a2a0d (diff)
downloadpfsense-237eb3d9a771df148c9616f1455ac1e9272cef7b.zip
pfsense-237eb3d9a771df148c9616f1455ac1e9272cef7b.tar.gz
Diag Tables Last Update
Use correct Thursday abbreviation (s/Thr/Thu/).
Diffstat (limited to 'src/usr/local')
-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