diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-11-12 02:12:06 -0800 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-11-12 02:12:06 -0800 |
commit | 735752f2325ab832940b7e6c167b03f2912a3620 (patch) | |
tree | c7837013f59388e207329297f4981508fd084435 | |
parent | 808634ac003c692e4bb8ff62f6bf882a7c83701c (diff) | |
parent | 63952aaeab7417e1dd9746188279f92ca77d8d2f (diff) | |
download | nextcloud-server-735752f2325ab832940b7e6c167b03f2912a3620.tar.gz nextcloud-server-735752f2325ab832940b7e6c167b03f2912a3620.zip |
Merge pull request #5816 from Wikinaut/patch-1
Update config.sample.php
-rw-r--r-- | config/config.sample.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 54dbf3f7c33..105d4759cc1 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( |