X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/c7f776c8b948b033c200c8fd84ab5e8a8422d601..ac13b92b26d4fa871749fa22be8d8f41f5b9641d:/index.php diff --git a/index.php b/index.php index 9edb3af..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; @@ -269,7 +270,7 @@ elseif (true === jirafeau_challenge_upload_ip($cfg, get_ip_address($cfg))) { onclick=" document.getElementById('upload').style.display = 'none'; document.getElementById('uploading').style.display = ''; - upload (); + upload (); "/>