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-20 01:11:14 +0400
commit98bc9160166e931ae1eec840277edbabaf9e40b7 (patch)
tree94382a4b56d53a4cc135af9ed6637249525a6165 /config
parent637f8398ba85870eac5cb0b03a67ef32b494336f (diff)
Make check for writable apps dir configurable
Conflicts: config/config.sample.php
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 2205ee1b47b..21c728db441 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -31,6 +31,11 @@ $CONFIG = array(
"loglevel" => "",
"passwordsalt" => "",
"updatechecker" => true,
+/* 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" => ""
);
?>