X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/631048856d53591fed1253a61f63ab07c3772443..e95272d60f03ab1e62912ce9b99943ced8acb527:/index.php?ds=sidebyside 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 ();