Removed unnecessary footer (#6252)

This commit is contained in:
AlexC 2022-01-21 10:14:55 -07:00 committed by GitHub
parent c5f107e83a
commit 7a8e33d7c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -227,9 +227,4 @@
echo "<input type='hidden' name='".$token['name']."' value='".$token['hash']."'>\n";
echo "</form>\n";
//include the footer
if (!$is_included) {
require_once "resources/footer.php";
}
?>