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 <frank@owncloud.org>2013-08-31 20:03:10 +0400
committerFrank Karlitschek <frank@owncloud.org>2013-08-31 20:03:10 +0400
commita5633bb155e348bd0fce9ea703511de86308fab6 (patch)
tree71f4db694f3ab2c8adf0d697841d30341e496125 /config
parent58e036e304b47dbed8dafc7ebe60f987a8a62551 (diff)
remove the config option that is no longer needed
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 5f748438bc7..0f6d686a511 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -71,9 +71,6 @@ $CONFIG = array(
/* Enable the help menu item in the settings */
"knowledgebaseenabled" => true,
-/* URL to use for the help page, server should understand OCS */
-"knowledgebaseurl" => "http://api.apps.owncloud.com/v1",
-
/* Enable installing apps from the appstore */
"appstoreenabled" => true,