X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/18c82ef56dce9c9eb30b0f2318024d320d878a47..db5c05cc01e7874e0a7fc7518782ab37b39911a8:/index.php diff --git a/index.php b/index.php index 554afc7..da4cc40 100644 --- 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; +} ?>