diff options
author | blizzz <blizzz@owncloud.com> | 2013-09-02 14:24:46 -0700 |
---|---|---|
committer | blizzz <blizzz@owncloud.com> | 2013-09-02 14:24:46 -0700 |
commit | 431cf06e996dad7af99b4c65678e5793bd682850 (patch) | |
tree | 59da6854ee5a08073d52d3a71c3246cddd86782e /config | |
parent | f81a205f123a9c7b5204c1de41d3c1737923dc99 (diff) | |
parent | a5633bb155e348bd0fce9ea703511de86308fab6 (diff) | |
download | nextcloud-server-431cf06e996dad7af99b4c65678e5793bd682850.tar.gz nextcloud-server-431cf06e996dad7af99b4c65678e5793bd682850.zip |
Merge pull request #4672 from owncloud/ocs_cleanup
Ocs cleanup
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 51ef60588d6..0afad880c17 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, |