This commit is contained in:
2026-01-26 01:15:25 +01:00
parent e948b30252
commit 877fc676e6
2 changed files with 1 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ if (!$bootstrapLoaded) {
}
$versionText = null;
$versionFile = __DIR__ . '/version.txt';
$versionFile = __DIR__ . '/current.ver';
if (is_file($versionFile)) {
$raw = trim((string)@file_get_contents($versionFile));
if ($raw !== '') {