diff options
author | Frank Karlitschek <karlitschek@kde.org> | 2012-02-23 15:37:38 +0100 |
---|---|---|
committer | Frank Karlitschek <karlitschek@kde.org> | 2012-02-23 15:37:38 +0100 |
commit | a62e109e8cafe710f7bf47c86815e34106852285 (patch) | |
tree | 910030187a0fc24f2bb8e68ceb606f1445f7f9fe /config/config.sample.php | |
parent | 196d6196895e7128d9cd79ac861fdc65c7b54c09 (diff) | |
download | nextcloud-server-a62e109e8cafe710f7bf47c86815e34106852285.tar.gz nextcloud-server-a62e109e8cafe710f7bf47c86815e34106852285.zip |
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/config.sample.php')
-rwxr-xr-x | config/config.sample.php | 2 |
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" => "" ); ?> |