This commit is contained in:
2026-04-26 01:44:36 +02:00
parent cbc2462ea4
commit 72cb5b8d1d
166 changed files with 2712 additions and 135 deletions

View File

@@ -453,7 +453,7 @@ class Helpers
if ($version = self::get_session('new-version'))
return $version;
$versions = file_get_contents('http://www.cmspro.project-dc.pl/updates/versions.php?key=' . $settings['update_key']);
$versions = file_get_contents('https://www.cmspro.project-dc.pl/updates/versions.php?key=' . urlencode($settings['update_key']));
$versions = explode(PHP_EOL, $versions);
$version = str_replace(',', '.', max($versions));