diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-06-24 21:16:22 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-06-24 21:16:22 +0000 |
commit | 2f76f7aa70ebd8fcfb4550713b58f81eb2d7b6fb (patch) | |
tree | 216979de5604cd22f22ff703d82b8a42cd66057f /usr | |
parent | 51caa77a36b95723a90ac93f0bcedcb057e8a87a (diff) | |
download | pfsense-2f76f7aa70ebd8fcfb4550713b58f81eb2d7b6fb.zip pfsense-2f76f7aa70ebd8fcfb4550713b58f81eb2d7b6fb.tar.gz |
no need to declate <?php again
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/carp_status.php | 2 |
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; } |