Moved constants into constants.php so that they can be loaded where needed.

This commit is contained in:
gustav_delius
2005-07-06 06:44:18 +00:00
parent 22fa2aa8ce
commit 7d0fdfd794
4 changed files with 114 additions and 96 deletions
+3 -1
View File
@@ -34,7 +34,9 @@
'quiz_fix_subnet' => 0,
'quiz_fix_timelimit' => 0,
'quiz_fix_adaptive' => 0,
'quiz_fix_penaltyscheme' => 0
'quiz_fix_penaltyscheme' => 0,
'attemptuniqueid' => 0
);
?>