mx http -> https
This commit is contained in:
parent
7dadba5a97
commit
aa7502bfd3
@ -97,7 +97,7 @@ class ManiaExchangeMapSearch {
|
|||||||
$titleId = $this->maniaControl->getServer()->titleId;
|
$titleId = $this->maniaControl->getServer()->titleId;
|
||||||
$this->titlePrefix = $this->maniaControl->getMapManager()->getCurrentMap()->getGame();
|
$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:
|
//Set some defaults:
|
||||||
$this->mapLimit = 100;
|
$this->mapLimit = 100;
|
||||||
|
Loading…
Reference in New Issue
Block a user