summaryrefslogtreecommitdiffstats
path: root/module/config
diff options
context:
space:
mode:
authorGravatar spoob <spoob@gmx.de> 2009-12-19 20:50:26 +0100
committerGravatar spoob <spoob@gmx.de> 2009-12-19 20:50:26 +0100
commited14601a9a83439ce096441ad7ca7a8c4d9b13f8 (patch)
tree64090e0abe9f736900d9ea33e1df48398a0d3cf7 /module/config
parentwebinterface - activ Downloads List - Code completed (diff)
downloadpyload-ed14601a9a83439ce096441ad7ca7a8c4d9b13f8.tar.xz
Fixed file_exists function for local files
Diffstat (limited to 'module/config')
-rw-r--r--module/config/core.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/config/core.xml b/module/config/core.xml
index 392309e1c..6da85cf32 100644
--- a/module/config/core.xml
+++ b/module/config/core.xml
@@ -11,7 +11,7 @@
<key>ssl.key</key>
</ssl>
<webinterface>
- <activated>False</activated>
+ <activated>True</activated>
<host>0.0.0.0</host>
<port>8000</port>
<template>default</template>