Correcting parse error in install script

Former-commit-id: 6a632390e0
This commit is contained in:
Jérôme Schneider 2013-07-07 15:57:08 +02:00
parent 8b167adccd
commit a3702a63f1

View file

@ -205,7 +205,7 @@ define("BAIKAL_CARD_ENABLED", TRUE);
define("BAIKAL_CAL_ENABLED", TRUE); define("BAIKAL_CAL_ENABLED", TRUE);
# WebDAV authentication type; default Digest # WebDAV authentication type; default Digest
define("BAIKAL_DAV_AUTH_TYPE", "Digest") define("BAIKAL_DAV_AUTH_TYPE", "Digest");
# Baïkal Web Admin ON/OFF switch; default TRUE # Baïkal Web Admin ON/OFF switch; default TRUE
define("BAIKAL_ADMIN_ENABLED", TRUE); define("BAIKAL_ADMIN_ENABLED", TRUE);