diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-02-04 17:19:41 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-02-04 17:19:41 +0100 |
commit | acd4dceb711e9148ede208bb67dc37bfaafd612b (patch) | |
tree | 8b36d3621da994285331b75061c5efefb4d60be1 /module/config/default.conf | |
parent | oops (diff) | |
download | pyload-acd4dceb711e9148ede208bb67dc37bfaafd612b.tar.xz |
improved captcha manager
Diffstat (limited to 'module/config/default.conf')
-rw-r--r-- | module/config/default.conf | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/module/config/default.conf b/module/config/default.conf index dfa58608b..18edd5a77 100644 --- a/module/config/default.conf +++ b/module/config/default.conf @@ -4,7 +4,7 @@ remote - "Remote": int port : "Port" = 7227
ip listenaddr : "Adress" = 0.0.0.0
str username : "Username" = admin
- str password : "Password" = pwhere
+ password password : "Password" = pwhere
ssl - "SSL":
bool activated : "Activated"= False
file cert : "SSL Certificate" = ssl.crt
@@ -58,7 +58,4 @@ proxy - "Proxy": int port : "Port" = 7070
http;socks4;socks5 type : "Protocol" = http
str username : "Username" = None
- str password : "Password" = None
-captchatrader - "CaptchaTrader":
- str username : "Username" =
- str password : "Password" =
+ password password : "Password" = None
\ No newline at end of file |