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:
authorFrank Karlitschek <karlitschek@kde.org>2012-02-23 18:37:38 +0400
committerFrank Karlitschek <karlitschek@kde.org>2012-02-23 18:37:38 +0400
commita62e109e8cafe710f7bf47c86815e34106852285 (patch)
tree910030187a0fc24f2bb8e68ceb606f1445f7f9fe /config
parent196d6196895e7128d9cd79ac861fdc65c7b54c09 (diff)
make the location of the 3rdparty folder flexible.
It´s automatically search in the owncloud folder and in the parent folder. override with an option in config.php is also possible
Diffstat (limited to 'config')
-rwxr-xr-xconfig/config.sample.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index cd525358713..52067374555 100755
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -13,6 +13,8 @@ $CONFIG = array(
"forcessl" => false,
"enablebackup" => false,
"theme" => "",
+"3rdpartyroot" => "",
+"3rdpartyurl" => "",
// "datadirectory" => ""
);
?>