diff options
Diffstat (limited to 'config/config.default.php')
-rw-r--r-- | config/config.default.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.default.php b/config/config.default.php index 0694ce2e..f53cb185 100644 --- a/config/config.default.php +++ b/config/config.default.php @@ -56,7 +56,7 @@ return [ '3' => 'Engelsystem 32c3 (2015)', '2' => 'Engelsystem cccamp15', '0' => 'Engelsystem light', - '1' => 'Engelsystem dark' + '1' => 'Engelsystem dark', ], // Rewrite URLs with mod_rewrite @@ -129,7 +129,7 @@ return [ 'XL-G' => 'XL Girl', '2XL' => '2XL', '3XL' => '3XL', - '4XL' => '4XL' + '4XL' => '4XL', ], // Session config |