Removed unnecessary footer (#6252)
This commit is contained in:
parent
c5f107e83a
commit
7a8e33d7c9
|
|
@ -227,9 +227,4 @@
|
||||||
echo "<input type='hidden' name='".$token['name']."' value='".$token['hash']."'>\n";
|
echo "<input type='hidden' name='".$token['name']."' value='".$token['hash']."'>\n";
|
||||||
echo "</form>\n";
|
echo "</form>\n";
|
||||||
|
|
||||||
//include the footer
|
|
||||||
if (!$is_included) {
|
|
||||||
require_once "resources/footer.php";
|
|
||||||
}
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue