]> git.p6c8.net - jirafeau_mojo42.git/blobdiff - lib/functions.php
add variable in conf to check if installation is done
[jirafeau_mojo42.git] / lib / functions.php
index f1f89652aa586502b9e2968edbaab6517c2b0f3a..c613d4aa7430d80fee4ee93fd76e69f4a0bea8c6 100755 (executable)
@@ -503,10 +503,10 @@ show_errors ()
     }
 }
 
     }
 }
 
-function check_errors ()
+function check_errors ($cfg)
 {
     if (file_exists (JIRAFEAU_ROOT . 'install.php')
 {
     if (file_exists (JIRAFEAU_ROOT . 'install.php')
-        && !file_exists (JIRAFEAU_ROOT . 'lib/config.local.php'))
+        && !($cfg['installation_done'] === true))
     {
         header('Location: install.php'); 
         exit;
     {
         header('Location: install.php'); 
         exit;

patrick-canterino.de