mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
no need to declate <?php again
This commit is contained in:
parent
51caa77a36
commit
2f76f7aa70
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user