diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-04-13 08:27:32 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-04-13 08:27:32 +0200 |
commit | fe13249caafff0d2451e1e9e2f4db4b485bebc54 (patch) | |
tree | ee75357db809ffab25d7f360acfb66c7f75cf780 | |
parent | Prepare plugins to merging from stable (diff) | |
download | pyload-fe13249caafff0d2451e1e9e2f4db4b485bebc54.tar.xz |
Default theme is Next
-rw-r--r-- | pyload/config/default.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/config/default.conf b/pyload/config/default.conf index d4b3fd493..69ac7216f 100644 --- a/pyload/config/default.conf +++ b/pyload/config/default.conf @@ -9,13 +9,13 @@ ssl - "SSL": bool activated : "Activated"= False file cert : "SSL Certificate" = ssl.crt file key : "SSL Key" = ssl.key -webui - "Web UI": +webui - "Web User Interface": bool activated : "Activated" = True builtin;threaded;fastcgi;lightweight server : "Server" = builtin bool https : "Use HTTPS" = False ip host : "IP" = 0.0.0.0 int port : "Port" = 8001 - Default;Dark;Flat;Next theme : "Theme" = Default + Default;Dark;Flat;Next theme : "Theme" = Next str prefix: "Path Prefix" = log - "Log": bool file_log : "File Log" = True |