diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-04-07 22:36:39 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-04-07 22:36:39 +0200 |
commit | 9ae5fdae96c776fa3bc88c9ea659b9f9d3318813 (patch) | |
tree | 817b2798b96cb339c4b504d16bf350507a5f2cbd /pyload/config/default.conf | |
parent | [Lib] send2trash (diff) | |
download | pyload-9ae5fdae96c776fa3bc88c9ea659b9f9d3318813.tar.xz |
[config] webinterface -> webui
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 |