X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/6b52bb03e76ab87c5dac34d986d1c5515cdba26d..d8192d6d361c2d707bac679facce23c7167cb93b:/index.php diff --git a/index.php b/index.php index d267140..127d9e6 100755 --- 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 ();