diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-12-19 15:13:10 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-12-19 15:13:10 +0100 |
commit | adcc953b4dd2dce1f91bd7cd11105e9f0653f704 (patch) | |
tree | 99f7d9dd6111664d7555a8d8dba28158983ad3e2 /module/config | |
parent | cleaned (diff) | |
download | pyload-adcc953b4dd2dce1f91bd7cd11105e9f0653f704.tar.xz |
fixed reconnect
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 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> |