diff options
author | spoob <spoob@gmx.de> | 2009-08-18 20:56:50 +0200 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2009-08-18 20:56:50 +0200 |
commit | 0e843b30e373d286df59fe768fb43a39e1416b61 (patch) | |
tree | eef42d764d30279822ae3b5cfa5388261d965c94 /config | |
parent | new webinterface functions (diff) | |
download | pyload-0e843b30e373d286df59fe768fb43a39e1416b61.tar.xz |
Updated Config System
Diffstat (limited to 'config')
-rw-r--r-- | config | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -28,14 +28,14 @@ search_updates = True install_updates = False [reconnectTime] -starttime = 0:00 -endtime = 0:00 +start = 0:00 +end = 0:00 [downloadTime] start = 0:00 end = 0:00 [proxy] -useproxy = False -proxyadress = http://localhost:8080 -proxyprotocol = http +activated = False +adress = http://localhost:8080 +protocol = http |