summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-06-15 03:27:32 +0000
committerColin Smith <colin@pfsense.org>2005-06-15 03:27:32 +0000
commit7a77dbda5b638464d95816c80d0dec3c2a0d0ae1 (patch)
treeb043318c271878b6ed402f359a1f18f97026c503 /usr
parent0c2b5df78fd3b8563f4b3c4871dabd4d2927e5cb (diff)
downloadpfsense-7a77dbda5b638464d95816c80d0dec3c2a0d0ae1.zip
pfsense-7a77dbda5b638464d95816c80d0dec3c2a0d0ae1.tar.gz
Make 'Last config change' work again.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/index.php b/usr/local/www/index.php
index dd1e60f..0f67692 100755
--- a/usr/local/www/index.php
+++ b/usr/local/www/index.php
@@ -208,7 +208,7 @@ function get_pfstate() {
<tr>
<td width="25%" class="vncellt">Last config change</td>
<td width="75%" class="listr">
- <?=htmlspecialchars(date("D M j G:i:s T Y", $config['lastchange']));?>
+ <?=htmlspecialchars(date("D M j G:i:s T Y", $config['revision']['time']));?>
</td>
</tr><?php endif; ?>
<tr>
OpenPOWER on IntegriCloud