Add maintenance mode entry to config.sample.php
This commit is contained in:
parent
e7eea3dd2e
commit
ceafb5d7d1
|
@ -115,6 +115,9 @@ $CONFIG = array(
|
|||
*/
|
||||
// "datadirectory" => "",
|
||||
|
||||
/* Enable maintenance mode to disable ownCloud */
|
||||
"maintenance" => false,
|
||||
|
||||
"apps_paths" => array(
|
||||
|
||||
/* Set an array of path for your apps directories
|
||||
|
|
Loading…
Reference in New Issue