diff options
author | Daniel Molkentin | 2016-10-01 21:38:29 +0200 |
---|---|---|
committer | Daniel Molkentin | 2016-10-01 21:39:18 +0200 |
commit | f593d3e0ba8d8c723483b0c05662ed0f3babd717 (patch) | |
tree | 68972962c5665767e5d1762a08c3b3b87564da13 /configs | |
parent | e3df04ec3ce98de45893f41f7ece866d4f61e518 (diff) |
systemd.conf: remove debug
Diffstat (limited to '')
-rwxr-xr-x | configs/conferences/systemd-conf-2016/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/conferences/systemd-conf-2016/config.php b/configs/conferences/systemd-conf-2016/config.php index 8690a5a..0d40111 100755 --- a/configs/conferences/systemd-conf-2016/config.php +++ b/configs/conferences/systemd-conf-2016/config.php @@ -26,7 +26,7 @@ $GLOBALS['CONFIG']['CONFERENCE'] = array( * Der Boolean true ist aus Abwärtskompatibilitätsgründen äquivalent zu 'after'. False ist äquivalent * zu 'running'. */ - 'CLOSED' => 'running', + //'CLOSED' => 'running', /** * Titel der Konferenz (kann Leer- und Sonderzeichen enthalten) |