diff --git a/index.php b/index.php index edc50c168a..619502d5ea 100644 --- a/index.php +++ b/index.php @@ -146,7 +146,7 @@ function chkconfig($value, $default = FALSE) $SESSION = new Session($DB, $_TIMEOUT); -$LMS = new LMS($DB, $SESSION); +$LMS = new LMS($DB, $SESSION, $_CONFIG); $LMS->CONFIG = $_CONFIG; $SMARTY = new Smarty; @@ -230,6 +230,9 @@ function chkconfig($value, $default = FALSE) /* * $Log$ + * Revision 1.117 2003/11/26 18:23:36 alec + * nie wiem czy to tak miało być, ale teraz dziala + * * Revision 1.116 2003/11/18 20:32:17 alec * 100of c & php iniparsers compatibility *