From 63952aaeab7417e1dd9746188279f92ca77d8d2f Mon Sep 17 00:00:00 2001 From: Wikinaut Date: Tue, 12 Nov 2013 00:59:35 +0100 Subject: [PATCH] Update config.sample.php /* Enable maintenance mode to disable ownCloud If you want to prevent users to login to ownCloud before you start doing some maintenance work, you need to set the value of the maintenance parameter to true. Please keep in mind that users who are already logged-in are kicked out of ownCloud instantly. */ --- config/config.sample.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config/config.sample.php b/config/config.sample.php index 54dbf3f7c3..105d4759cc 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -184,7 +184,11 @@ $CONFIG = array( */ // "datadirectory" => "", -/* Enable maintenance mode to disable ownCloud */ +/* Enable maintenance mode to disable ownCloud + If you want to prevent users to login to ownCloud before you start doing some maintenance work, + you need to set the value of the maintenance parameter to true. + Please keep in mind that users who are already logged-in are kicked out of ownCloud instantly. +*/ "maintenance" => false, "apps_paths" => array(