diff options
author | Igor Scheller <igor.scheller@igorshp.de> | 2018-10-19 02:38:07 +0200 |
---|---|---|
committer | msquare <msquare@notrademark.de> | 2018-10-24 19:16:47 +0200 |
commit | 4bd38305dc4ebaea12deadad224139f5aec7a0af (patch) | |
tree | d95f86c1c6ddeda2be3b1be2b66d0e35e1620e9c /config | |
parent | 957065bc095c84a7b4737782db80d996e84739d8 (diff) |
Readme: Clarify config file names
Closes #465 (tshirt_sizes seem mixed with the default config)
Diffstat (limited to 'config')
-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 |