summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-12 01:35:40 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-12 01:35:40 +0000
commit7173af6e3d2175461bde5cb8afbdf47b90f0e13f (patch)
treea62930685d29c6bd758631ffeaea7ec1c451c9a7 /usr/local/www/status.php
parent94fbf631579eec4bbde4c1a33e0c9de241ff5cb5 (diff)
downloadpfsense-7173af6e3d2175461bde5cb8afbdf47b90f0e13f.zip
pfsense-7173af6e3d2175461bde5cb8afbdf47b90f0e13f.tar.gz
Modernize status.php
Diffstat (limited to 'usr/local/www/status.php')
-rwxr-xr-xusr/local/www/status.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/status.php b/usr/local/www/status.php
index 9559bb0..0fa7de7 100755
--- a/usr/local/www/status.php
+++ b/usr/local/www/status.php
@@ -156,6 +156,7 @@ pre {
</style>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
+<?php include("fbegin.inc"); ?>
<p><span class="pgtitle"><?=$pgtitle;?></span><br>
<strong><?=$currentDate;?></strong>
<p><span class="red"><strong>Note: make sure to remove any sensitive information
@@ -167,5 +168,6 @@ Passwords in config.xml have been automatically removed.
<?php execCmds(); ?>
+<?php include("fend.inc"); ?>
</body>
</html>
OpenPOWER on IntegriCloud