diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-09-30 16:19:37 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-09-30 16:19:37 +0200 |
commit | 8092da86ec029b3a4b16ba68762e8caa1445a270 (patch) | |
tree | 424aada934b7951e8d45e2aa4d99d5edf9320c39 /module/config | |
parent | NEW: 1fichier.com hoster plugin, not info API support yet. (diff) | |
download | pyload-8092da86ec029b3a4b16ba68762e8caa1445a270.tar.xz |
fixed proxy support, downloadCheck function
Diffstat (limited to 'module/config')
-rw-r--r-- | module/config/default.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/config/default.conf b/module/config/default.conf index 407b709f1..4ccf2e555 100644 --- a/module/config/default.conf +++ b/module/config/default.conf @@ -50,5 +50,5 @@ downloadTime - "Download Time": time end : "End" = 0:00
proxy - "Proxy":
bool activated : "Activated" = False
- str adress : "Adress" = http://localhost:8080
+ str address : "Address" = http://localhost:8080
str protocol : "Protocol" = http
|