aboutsummaryrefslogtreecommitdiff
path: root/config.php
diff options
context:
space:
mode:
authorMaZderMind2016-12-11 20:27:35 +0100
committerMaZderMind2016-12-11 20:38:30 +0100
commit8beec6fda376b842a9ddb7a2425829690f0a8b48 (patch)
tree49ef2cb90694aa16aa34fd0b0f261f28ccfd41df /config.php
parent3c3d0ac7301e818b14d01b9bbc949ca13d2cf798 (diff)
use DateTime objects for ends/startsAt
Diffstat (limited to 'config.php')
-rw-r--r--config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.php b/config.php
index 57be966..1b5e84f 100644
--- a/config.php
+++ b/config.php
@@ -61,5 +61,5 @@ $GLOBALS['CONFIG']['DOWNLOAD'] = [
*
* Auskommentieren, um alle Konferenzen zu beachten
*/
- 'MAX_CONFERENCE_AGE' => 30 /* Tage */,
+ 'MAX_CONFERENCE_AGE' => 14 /* Tage */,
];