Update MFH version check URI

This commit is contained in:
Mike Koch 2018-05-19 10:51:18 -04:00
parent d4a48c6c73
commit d15d4bf8d1
No known key found for this signature in database
GPG Key ID: 9BA5D7F8391455ED

View File

@ -13,7 +13,7 @@ class HeskVersionController extends \BaseClass {
static function getModsForHeskVersion() { static function getModsForHeskVersion() {
global $hesk_settings; 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) { private static function getLatestVersion($fileName, $url, $hesk_settings) {