diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-02-25 16:32:17 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-02-25 16:32:17 +0100 |
commit | 83a4073616f9821a8ebf1df0e18e332490503eca (patch) | |
tree | 5c045ed9923dbc05277b36686544958a2afbead8 /module/config | |
parent | gui fix, better click and load support (diff) | |
download | pyload-83a4073616f9821a8ebf1df0e18e332490503eca.tar.xz |
webinterface improvments + server crash fix
Diffstat (limited to 'module/config')
-rw-r--r-- | module/config/core_default.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/config/core_default.xml b/module/config/core_default.xml index 0d684890a..4142efd2f 100644 --- a/module/config/core_default.xml +++ b/module/config/core_default.xml @@ -13,6 +13,7 @@ </ssl> <webinterface name="Webinterface"> <activated type="bool" name="Activated">True</activated> + <lighttpd type="bool" name="Use Lighttpd">False</lighttpd> <host type="ip" name="IP">0.0.0.0</host> <port type="int" name="Port">8001</port> <template type="str" name="Template">default</template> |