mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 16:44:28 +00:00
Serialized array of config const FAS_REIHUNGSTEST_EXCLUDE_GEBIETE
Serialized and unserialized const array to make it work properly.
This commit is contained in:
@@ -106,7 +106,7 @@ define('FAS_REIHUNGSTEST_PUNKTE', false);
|
||||
|
||||
// Legt fest, welche Reihungstestgebiete bei der Berechnung der Gesamtpunkte NICHT einbezogen werden.
|
||||
// array(gebiet_id1, gebiet_id2,...)
|
||||
define('FAS_REIHUNGSTEST_EXCLUDE_GEBIETE', array());
|
||||
define('FAS_REIHUNGSTEST_EXCLUDE_GEBIETE', serialize(array()));
|
||||
|
||||
// Legt fest ob Messages im FAS angezeigt werden true|false
|
||||
define('FAS_MESSAGES',false);
|
||||
|
||||
Reference in New Issue
Block a user