]> git.p6c8.net - jirafeau_mojo42.git/blobdiff - lib/functions.php
fix installation bug
[jirafeau_mojo42.git] / lib / functions.php
old mode 100755 (executable)
new mode 100644 (file)
index f1f8965..c613d4a
@@ -503,10 +503,10 @@ show_errors ()
     }
 }
 
-function check_errors ()
+function check_errors ($cfg)
 {
     if (file_exists (JIRAFEAU_ROOT . 'install.php')
-        && !file_exists (JIRAFEAU_ROOT . 'lib/config.local.php'))
+        && !($cfg['installation_done'] === true))
     {
         header('Location: install.php'); 
         exit;

patrick-canterino.de