diff options
author | spoob <spoob@gmx.de> | 2009-12-17 23:10:14 +0100 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2009-12-17 23:10:14 +0100 |
commit | 2f3cc86bc06d55abc4f6fb55ee38eb5b83366335 (patch) | |
tree | c00b3350583115747e4a183e48197f1caee028a5 /module/config | |
parent | create only one links.txt package (diff) | |
download | pyload-2f3cc86bc06d55abc4f6fb55ee38eb5b83366335.tar.xz |
Removed prints
Diffstat (limited to 'module/config')
-rw-r--r-- | module/config/core.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/config/core.xml b/module/config/core.xml index 6da85cf32..392309e1c 100644 --- a/module/config/core.xml +++ b/module/config/core.xml @@ -11,7 +11,7 @@ <key>ssl.key</key> </ssl> <webinterface> - <activated>True</activated> + <activated>False</activated> <host>0.0.0.0</host> <port>8000</port> <template>default</template> |