Do not return fbegin twice.

This commit is contained in:
Scott Ullrich 2007-05-26 22:13:27 +00:00
parent 931cb4e4ae
commit 6e07381eeb
2 changed files with 0 additions and 2 deletions

View File

@ -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"] ?>">

View File

@ -80,7 +80,6 @@ if ($_POST) {
}
include("head.inc");
include("fbegin.inc");
?>