Update MFH version check URI

master^2
Mike Koch 6 years ago
parent d4a48c6c73
commit d15d4bf8d1
No known key found for this signature in database
GPG Key ID: 9BA5D7F8391455ED

@ -13,7 +13,7 @@ class HeskVersionController extends \BaseClass {
static function getModsForHeskVersion() {
global $hesk_settings;
return self::getLatestVersion('__latest-mfh.txt', 'https://www.mods-for-hesk.com/latestversion.php', $hesk_settings);
return self::getLatestVersion('__latest-mfh.txt', 'https://www.mods-for-hesk.com/latest-version', $hesk_settings);
}
private static function getLatestVersion($fileName, $url, $hesk_settings) {

Loading…
Cancel
Save