mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Do not return fbegin twice.
This commit is contained in:
parent
931cb4e4ae
commit
6e07381eeb
@ -66,7 +66,6 @@ if ($_GET['act'] == "del") {
|
||||
}
|
||||
|
||||
include("head.inc");
|
||||
include("fbegin.inc");
|
||||
|
||||
?>
|
||||
<body link="#0000CC" vlink="#0000CC" alink="#0000CC" onload="<?= $jsevents["body"]["onload"] ?>">
|
||||
|
||||
@ -80,7 +80,6 @@ if ($_POST) {
|
||||
}
|
||||
|
||||
include("head.inc");
|
||||
include("fbegin.inc");
|
||||
|
||||
?>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user