X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/18c82ef56dce9c9eb30b0f2318024d320d878a47..db5c05cc01e7874e0a7fc7518782ab37b39911a8:/script.php?ds=sidebyside diff --git a/script.php b/script.php index 1d11050..6fd8626 100755 --- a/script.php +++ b/script.php @@ -38,7 +38,11 @@ if ($_SERVER['REQUEST_METHOD'] == "GET" && count ($_GET) == 0) require (JIRAFEAU_ROOT . 'lib/template/header.php'); check_errors (); if (has_error ()) + { show_errors (); + require (JIRAFEAU_ROOT . 'lib/template/footer.php'); + exit; + } echo '
';