X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/6eca3aa915782488ab0d688d7397c42e3fdf30b4..129402901986004b50bf8bb338f681b0a0983800:/index.php?ds=sidebyside diff --git a/index.php b/index.php index 9f1b0c7..1a8b2bd 100644 --- a/index.php +++ b/index.php @@ -27,6 +27,7 @@ require(JIRAFEAU_ROOT . 'lib/lang.php'); check_errors($cfg); if (has_error()) { + require(JIRAFEAU_ROOT . 'lib/template/header.php'); show_errors(); require(JIRAFEAU_ROOT . 'lib/template/footer.php'); exit;