diff options
author | Daniel Meißner | 2016-06-11 19:42:29 +0200 |
---|---|---|
committer | Daniel Meißner | 2016-06-11 19:42:29 +0200 |
commit | 0a9494a3dc87adc56a9abeea7bb3a7ede57b4d1b (patch) | |
tree | 5a9ee984a9f8288a81dcca841ef4f07c924d9065 /configs/conferences/jh-nord-2016 | |
parent | 94a871f8fe5595a5c25b4076a468d676e45d7655 (diff) |
jh16: enabled oembed
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/jh-nord-2016/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/conferences/jh-nord-2016/config.php b/configs/conferences/jh-nord-2016/config.php index 097ad91..aee0f98 100644 --- a/configs/conferences/jh-nord-2016/config.php +++ b/configs/conferences/jh-nord-2016/config.php @@ -282,7 +282,7 @@ $GLOBALS['CONFIG']['ROOMS'] = array( * Ebenso können alle Embedding-Funktionialitäten durch auskommentieren * des globalen $GLOBALS['CONFIG']['EMBED']-Blocks deaktiviert werden */ - 'EMBED' => false, + 'EMBED' => true, /** * IRC-Link aktivieren (boolean) |