Update MFH version check URI
This commit is contained in:
parent
d4a48c6c73
commit
d15d4bf8d1
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user