summaryrefslogtreecommitdiffstats
path: root/src/usr/local
diff options
context:
space:
mode:
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