Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-06-05 19:51:41 +0400
committerBart Visscher <bartv@thisnet.nl>2012-06-05 19:51:52 +0400
commit9d936976a9c89f183ad7258ac04e047d27900b5e (patch)
treee36e54a4bc1bd88dc317f800967d99e82a9137d1 /config
parent57326ea1f87f9f2d2884fc87c556fec3c6bc378e (diff)
Make check for writable apps dir configurable
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index e86dc05cb01..7ab327e2bce 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -29,6 +29,11 @@ $CONFIG = array(
"log_type" => "",
"logfile" => "",
"loglevel" => "",
+/* Set this to false to disable the check for writable apps dir.
+ * If the apps dir is not writable, you can't download&install extra apps
+ * in the admin apps menu.
+ */
+"writable_appsdir" => true,
// "datadirectory" => ""
);
?>