small https updates

This commit is contained in:
kremsy 2017-03-16 22:13:47 +01:00
parent e4f7346d42
commit 5e569276fc
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ ManiaControl
The newly designed and easy to use ManiaPlanet Server Controller.
http://www.maniacontrol.com
https://www.maniacontrol.com
## SETUP:

View File

@ -98,7 +98,7 @@ class KarmaPlugin implements CallbackListener, TimerListener, Plugin {
* @return string
*/
private static function buildKarmaSettingName($serverLogin) {
return '$l[http://karma.mania-exchange.com/auth/getapikey?server=' . $serverLogin . ']MX Karma Code for ' . $serverLogin . '$l';
return '$l[https://karma.mania-exchange.com/auth/getapikey?server=' . $serverLogin . ']MX Karma Code for ' . $serverLogin . '$l';
}
/**