diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-06 12:57:11 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-06 12:57:11 +0200 |
commit | 576be3536a4a9432f4127fbad912d32e0ca7b53c (patch) | |
tree | a367c8ada1d5d887549ab636b9de38882c2a5965 /module/config | |
parent | Gregy's settings page + TheBrayns new icons (diff) | |
download | pyload-576be3536a4a9432f4127fbad912d32e0ca7b53c.tar.xz |
webif plugin config preparations
Diffstat (limited to 'module/config')
-rw-r--r-- | module/config/default.conf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/module/config/default.conf b/module/config/default.conf index 4d0d588df..b1c0c648e 100644 --- a/module/config/default.conf +++ b/module/config/default.conf @@ -16,10 +16,6 @@ webinterface - "Webinterface": ip host : "IP" = 0.0.0.0
int port : "Port" = 8001
str template : "Template" = default
-xdcc - "xdcc":
- str nick : "Nickname" = pyload
- str ident : "Ident" = pyloadident
- str realname : "Realname" = pyloadreal
log - "Log":
bool file_log : "File Log" = True
str log_folder : "Folder" = Logs
|