]> git.p6c8.net - jirafeau_project.git/blobdiff - index.php
[BUGFIX] Print nice error when install.php is missing and we need it.
[jirafeau_project.git] / index.php
index 9f1b0c721f7f6d9bf58ec414a726d61c8bd67516..1a8b2bdce93d946bb915c6665388bca88295a815 100644 (file)
--- a/index.php
+++ b/index.php
@@ -27,6 +27,7 @@ require(JIRAFEAU_ROOT . 'lib/lang.php');
 
 check_errors($cfg);
 if (has_error()) {
 
 check_errors($cfg);
 if (has_error()) {
+    require(JIRAFEAU_ROOT . 'lib/template/header.php');
     show_errors();
     require(JIRAFEAU_ROOT . 'lib/template/footer.php');
     exit;
     show_errors();
     require(JIRAFEAU_ROOT . 'lib/template/footer.php');
     exit;

patrick-canterino.de