diff options
author | ardi69 <armin@diedering.de> | 2015-04-08 19:43:38 +0200 |
---|---|---|
committer | ardi69 <armin@diedering.de> | 2015-04-08 19:43:38 +0200 |
commit | d0bdc98283ab14d97632ded3bcfb62589e482e10 (patch) | |
tree | 7754dbf5d69bab70d5f70976d625b54204cb1255 /pyload/config/default.conf | |
parent | fix gui (diff) | |
parent | [README] Update (2) (diff) | |
download | pyload-d0bdc98283ab14d97632ded3bcfb62589e482e10.tar.xz |
Merge pull request #1 from vuolter/0.4.10
ubdate from master
Diffstat (limited to 'pyload/config/default.conf')
-rw-r--r-- | pyload/config/default.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/config/default.conf b/pyload/config/default.conf index cfbd25968..d4b3fd493 100644 --- a/pyload/config/default.conf +++ b/pyload/config/default.conf @@ -9,7 +9,7 @@ ssl - "SSL": bool activated : "Activated"= False file cert : "SSL Certificate" = ssl.crt file key : "SSL Key" = ssl.key -webinterface - "Web UI": +webui - "Web UI": bool activated : "Activated" = True builtin;threaded;fastcgi;lightweight server : "Server" = builtin bool https : "Use HTTPS" = False |