]> git.p6c8.net - jirafeau.git/blobdiff - index.php
add variable in conf to check if installation is done
[jirafeau.git] / index.php
index d2671409e356c6aeb90abde281b1b9416ccb47cc..127d9e6d65feaf3d823b369460d3e07e0f0fdfa9 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -26,7 +26,7 @@ require (JIRAFEAU_ROOT . 'lib/functions.php');
 require (JIRAFEAU_ROOT . 'lib/lang.php');
 require (JIRAFEAU_ROOT . 'lib/template/header.php');
 
-check_errors ();
+check_errors ($cfg);
 if (has_error ())
 {
     show_errors ();

patrick-canterino.de