diff options
author | MaZderMind | 2016-12-20 22:46:41 +0100 |
---|---|---|
committer | MaZderMind | 2016-12-20 22:46:41 +0100 |
commit | 9720e98daf216e1f1ad930a6a67246bbbc31927e (patch) | |
tree | 5c3e138a083f261fd1abd3e439ee0dab92610fba | |
parent | 4f7800486ebaf89a5ecf7a164452c678819df792 (diff) |
configure subtitles server, fixes #36
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/33c3/config.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/conferences/33c3/config.php b/configs/conferences/33c3/config.php index 49999cf..9781caa 100644 --- a/configs/conferences/33c3/config.php +++ b/configs/conferences/33c3/config.php @@ -569,12 +569,12 @@ $CONFIG['SUBTITLES'] = array( /** * URL des L2S2 Primus-Servers */ - 'PRIMUS_URL' => 'https://subtitles.media.ccc.de/', + 'PRIMUS_URL' => 'https://live.c3subtitles.de/', /** * URL des L2S2 Frontend-Servers */ - 'FRONTEND_URL' => 'https://subtitles.media.ccc.de/', + 'FRONTEND_URL' => 'https://live.c3subtitles.de/', ); /** |