diff options
author | Frank Karlitschek <frank@owncloud.org> | 2013-08-31 18:03:10 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2013-08-31 18:03:10 +0200 |
commit | a5633bb155e348bd0fce9ea703511de86308fab6 (patch) | |
tree | 71f4db694f3ab2c8adf0d697841d30341e496125 /config | |
parent | 58e036e304b47dbed8dafc7ebe60f987a8a62551 (diff) | |
download | nextcloud-server-a5633bb155e348bd0fce9ea703511de86308fab6.tar.gz nextcloud-server-a5633bb155e348bd0fce9ea703511de86308fab6.zip |
remove the config option that is no longer needed
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 3 |
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, |