diff options
author | Andreas Hubel | 2020-07-01 23:16:16 +0200 |
---|---|---|
committer | Andreas Hubel | 2020-07-01 23:16:16 +0200 |
commit | 10354f2fec215af62686551730f08f85423b2fd6 (patch) | |
tree | 37081ff30d41ec6e7b032067553510cd1668ac3d /config.php | |
parent | 688a53f41f0a53af0238878775a49b9137bd10fb (diff) |
add missing char in config
Diffstat (limited to 'config.php')
-rw-r--r-- | config.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,4 +64,4 @@ $GLOBALS['CONFIG']['DOWNLOAD'] = [ 'MAX_CONFERENCE_AGE' => 14 /* Tage */, ]; -$GLOBALS['CONFIG']['CDN'] = "cdn.3voc.de"; +$GLOBALS['CONFIG']['CDN'] = "cdn.c3voc.de"; |