aboutsummaryrefslogtreecommitdiff
path: root/config.php
diff options
context:
space:
mode:
authorderchris2020-11-05 01:39:52 +0100
committerderchris2020-11-05 01:39:52 +0100
commitf147fe2cb477c1ebe7d6cf887e527e073d82a9b1 (patch)
tree4c10e35312934431e48a752d3a1ee7eccc14476d /config.php
parentfa13bd2b344b59abf4c5ff235fa40b9ec56e76e8 (diff)
'MAX_CONFERENCE_AGE' => 365
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 7f9789f..182762c 100644
--- a/config.php
+++ b/config.php
@@ -61,7 +61,7 @@ $GLOBALS['CONFIG']['DOWNLOAD'] = [
*
* Auskommentieren, um alle Konferenzen zu beachten
*/
- 'MAX_CONFERENCE_AGE' => 14 /* Tage */,
+ 'MAX_CONFERENCE_AGE' => 365 /* Tage */,
];
$GLOBALS['CONFIG']['CDN'] = "cdn.c3voc.de";