asdasd
This commit is contained in:
@@ -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 !== '') {
|
||||
|
||||
Reference in New Issue
Block a user