From aa7502bfd395e0a1d38f5b3af85a748a3a018079 Mon Sep 17 00:00:00 2001 From: kremsy Date: Fri, 6 Nov 2015 16:23:53 +0100 Subject: [PATCH] mx http -> https --- core/ManiaExchange/ManiaExchangeMapSearch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/ManiaExchange/ManiaExchangeMapSearch.php b/core/ManiaExchange/ManiaExchangeMapSearch.php index 4cc7a51f..2da8a713 100644 --- a/core/ManiaExchange/ManiaExchangeMapSearch.php +++ b/core/ManiaExchange/ManiaExchangeMapSearch.php @@ -97,7 +97,7 @@ class ManiaExchangeMapSearch { $titleId = $this->maniaControl->getServer()->titleId; $this->titlePrefix = $this->maniaControl->getMapManager()->getCurrentMap()->getGame(); - $this->url = 'http://' . $this->titlePrefix . '.mania-exchange.com/tracksearch2/search?api=on'; + $this->url = 'https://' . $this->titlePrefix . '.mania-exchange.com/tracksearch2/search?api=on'; //Set some defaults: $this->mapLimit = 100;