From ba86708e22f5a06dee6f363199cb6371bce8f5e7 Mon Sep 17 00:00:00 2001 From: kremsy Date: Wed, 22 Mar 2017 18:00:17 +0100 Subject: [PATCH] https mistake --- core/ManiaControl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/ManiaControl.php b/core/ManiaControl.php index dd28a694..98c07d41 100644 --- a/core/ManiaControl.php +++ b/core/ManiaControl.php @@ -52,7 +52,7 @@ class ManiaControl implements CallbackListener, CommandListener, TimerListener, const API_VERSION = '2013-04-16'; const MIN_DEDIVERSION = '2014-04-02_18_00'; const SCRIPT_TIMEOUT = 10; - const URL_WEBSERVICE = 'http://ws.maniacontrol.com/'; + const URL_WEBSERVICE = 'https://ws.maniacontrol.com/'; const SETTING_PERMISSION_SHUTDOWN = 'Shutdown ManiaControl'; const SETTING_PERMISSION_RESTART = 'Restart ManiaControl';