]> git.p6c8.net - jirafeau_mojo42.git/blobdiff - script.php
add variable in conf to check if installation is done
[jirafeau_mojo42.git] / script.php
index 19f14a8e05442cbeff2a744fe38917525c8e3b76..3185de720d5a3b2c188894fc23025b13f941a786 100755 (executable)
@@ -43,7 +43,7 @@ require (JIRAFEAU_ROOT . 'lib/lang.php');
 if ($_SERVER['REQUEST_METHOD'] == "GET" && count ($_GET) == 0)\r
 {\r
     require (JIRAFEAU_ROOT . 'lib/template/header.php');\r
-    check_errors ();\r
+    check_errors ($cfg);\r
     if (has_error ())\r
     {\r
         show_errors ();\r
@@ -252,7 +252,7 @@ if ($_SERVER['REQUEST_METHOD'] == "GET" && count ($_GET) == 0)
 /* Lets use interface now. */\r
 header('Content-Type: text; charset=utf-8');\r
 \r
-check_errors ();\r
+check_errors ($cfg);\r
 if (has_error ())\r
 {\r
     echo "Error";\r

patrick-canterino.de