summaryrefslogtreecommitdiffstats
path: root/usr/local/www/carp_status.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-24 21:16:22 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-24 21:16:22 +0000
commit2f76f7aa70ebd8fcfb4550713b58f81eb2d7b6fb (patch)
tree216979de5604cd22f22ff703d82b8a42cd66057f /usr/local/www/carp_status.php
parent51caa77a36b95723a90ac93f0bcedcb057e8a87a (diff)
downloadpfsense-2f76f7aa70ebd8fcfb4550713b58f81eb2d7b6fb.zip
pfsense-2f76f7aa70ebd8fcfb4550713b58f81eb2d7b6fb.tar.gz
no need to declate <?php again
Diffstat (limited to 'usr/local/www/carp_status.php')
-rwxr-xr-xusr/local/www/carp_status.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/carp_status.php b/usr/local/www/carp_status.php
index a020bce..f0fe3c9 100755
--- a/usr/local/www/carp_status.php
+++ b/usr/local/www/carp_status.php
@@ -94,7 +94,7 @@ include("fbegin.inc");
if(!is_array($config['installedpackages']['carp']['config'])) {
echo "</td></tr></table><center>Could not locate any defined CARP interfaces.";
echo "</center></td></tr></table></td></tr></table>";
- <?php include("fend.inc"); ?>
+ include("fend.inc");
echo "</body></html>";
exit;
}
OpenPOWER on IntegriCloud