diff options
author | Daniel Meißner | 2016-06-11 19:46:46 +0200 |
---|---|---|
committer | Daniel Meißner | 2016-06-11 19:46:46 +0200 |
commit | 3e3753c3433f87d64d168e0f1674dde4251c63fc (patch) | |
tree | 4d306400cd58a4857c6cc3acbd725b51f3a757d9 /configs | |
parent | 0a9494a3dc87adc56a9abeea7bb3a7ede57b4d1b (diff) |
jh16: enabled oembed also in global scope
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/jh-nord-2016/config.php | 2 | ||||
-rw-r--r-- | configs/conferences/jh-sued-2016/config.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configs/conferences/jh-nord-2016/config.php b/configs/conferences/jh-nord-2016/config.php index aee0f98..74f976c 100644 --- a/configs/conferences/jh-nord-2016/config.php +++ b/configs/conferences/jh-nord-2016/config.php @@ -349,7 +349,7 @@ $GLOBALS['CONFIG']['ROOMS'] = array( * Wird diese Zeile auskommentiert oder auf False gesetzt, werden alle * Embedding-Funktionen deaktiviert. */ -$GLOBALS['CONFIG']['EMBED'] = false; +$GLOBALS['CONFIG']['EMBED'] = true; /** * Konfigurationen zum Konferenz-Fahrplan diff --git a/configs/conferences/jh-sued-2016/config.php b/configs/conferences/jh-sued-2016/config.php index ab5be57..dbf74e3 100644 --- a/configs/conferences/jh-sued-2016/config.php +++ b/configs/conferences/jh-sued-2016/config.php @@ -349,7 +349,7 @@ $GLOBALS['CONFIG']['ROOMS'] = array( * Wird diese Zeile auskommentiert oder auf False gesetzt, werden alle * Embedding-Funktionen deaktiviert. */ -$GLOBALS['CONFIG']['EMBED'] = false; +$GLOBALS['CONFIG']['EMBED'] = true; /** * Konfigurationen zum Konferenz-Fahrplan |