From f4e0579e24c6b5cc0a05cf04b38f2f517190a794 Mon Sep 17 00:00:00 2001 From: kremsy Date: Thu, 16 Mar 2017 21:45:48 +0100 Subject: [PATCH] ssl update + v0.166 --- core/ManiaControl.php | 4 ++-- core/Manialinks/IconManager.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/ManiaControl.php b/core/ManiaControl.php index 3a718f0f..a32be38a 100644 --- a/core/ManiaControl.php +++ b/core/ManiaControl.php @@ -47,11 +47,11 @@ class ManiaControl implements CallbackListener, CommandListener, TimerListener, /* * Constants */ - const VERSION = '0.165'; + const VERSION = '0.166'; 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'; diff --git a/core/Manialinks/IconManager.php b/core/Manialinks/IconManager.php index 7cfad2b6..6b9b6e95 100644 --- a/core/Manialinks/IconManager.php +++ b/core/Manialinks/IconManager.php @@ -22,7 +22,7 @@ class IconManager implements CallbackListener { /* * Constants */ - const DEFAULT_IMG_URL = 'http://images.maniacontrol.com/icons/'; + const DEFAULT_IMG_URL = 'https://images.maniacontrol.com/icons/'; const PRELOAD_MLID = 'IconManager.Preload.MLID'; /*