X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/5bd3412d378c6de75c36737b5fd93eb214945469..6103246a73b77d4264afed927febf5eb4c38dad5:/admin.php

diff --git a/admin.php b/admin.php
index 79918be..ed9baad 100644
--- a/admin.php
+++ b/admin.php
@@ -303,6 +303,7 @@ if (php_sapi_name() == "cli") {
 
     require(JIRAFEAU_ROOT.'lib/template/footer.php');
 } else {
+    require(JIRAFEAU_ROOT . 'lib/template/header.php');
     jirafeau_fatal_error(t('ACCESS_KO'), $cfg);
 }
 ?>