]> git.p6c8.net - jirafeau_project.git/blobdiff - index.php
Fix error checks
[jirafeau_project.git] / index.php
index 554afc7b263d3b03f1f58f4b1d5dbdb176431c98..da4cc40bb0490ad77d350f4836935e09ab5c0948 100644 (file)
--- a/index.php
+++ b/index.php
@@ -26,8 +26,11 @@ require (JIRAFEAU_ROOT . 'lib/template/header.php');
 
 check_errors ();
 if (has_error ())
+{
     show_errors ();
-
+    require (JIRAFEAU_ROOT . 'lib/template/footer.php');
+    exit;
+}
 ?>
 <div id="upload_finished">
     <p>

patrick-canterino.de