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:
authorroot <root@oc.(none)>2012-12-15 03:09:39 +0400
committerFrank Karlitschek <frank@owncloud.org>2012-12-19 21:50:19 +0400
commita64a923d5618de68ced9aaacbb3aa490e3d7594d (patch)
treea1e8ac2e82a9bbdffad0bfdff43dfdeac0f5f754 /config
parentf012135992df29d48bb61f7c71315f2e54b1366b (diff)
call it "proxy" instead of "curlproxy"
Thanks Bart for the hint. This also switches "==" to "<>" and not the code actually works ;-)
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index c915a877291..78dfe17ea79 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -43,10 +43,10 @@ $CONFIG = array(
"enhancedauthtime" => 15 * 60,
/* A proxy to use to connect to the internet. For example "myproxy.org:88" */
-"curlproxy" => "",
+"proxy" => "",
/* The optional authentication for the proxy to use to connect to the internet. The format is: [username]:[password] */
-"curlproxyuserpwd" => "",
+"proxyuserpwd" => "",
/* Theme to use for ownCloud */
"theme" => "",