From: Frank Karlitschek Date: Sat, 31 Aug 2013 16:03:10 +0000 (+0200) Subject: remove the config option that is no longer needed X-Git-Tag: v6.0.0alpha2~225^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a5633bb155e348bd0fce9ea703511de86308fab6;p=nextcloud-server.git remove the config option that is no longer needed --- 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,