diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-09-21 16:43:22 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-09-21 16:43:22 +0200 |
commit | 79ce6f862285f355455119d64d8aa1753cff0470 (patch) | |
tree | 238b2f309d2f90cb9c3d722b15748b45a6e5d6d1 /module/config/default.conf | |
parent | yourfiles.biz fix (diff) | |
download | pyload-79ce6f862285f355455119d64d8aa1753cff0470.tar.xz |
royflos GUI patches, prefix option for webinterface (
Diffstat (limited to 'module/config/default.conf')
-rw-r--r-- | module/config/default.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/config/default.conf b/module/config/default.conf index eef8f6347..065c2f932 100644 --- a/module/config/default.conf +++ b/module/config/default.conf @@ -15,6 +15,7 @@ webinterface - "Webinterface": ip host : "IP" = 0.0.0.0
int port : "Port" = 8001
str template : "Template" = default
+ str prefix: "Path Prefix" =
log - "Log":
bool file_log : "File Log" = True
folder log_folder : "Folder" = Logs
|