asfdsa
This commit is contained in:
@@ -1 +1 @@
|
|||||||
1.1.2
|
1.1.3
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
<?php
|
|
||||||
$mainversion = 1;
|
|
||||||
$subversion = 0;
|
|
||||||
$patchversion = 1;
|
|
||||||
|
|
||||||
$patchFile = __DIR__ . '/versionsnummer.txt';
|
|
||||||
if (is_file($patchFile)) {
|
|
||||||
$rawPatch = trim((string)file_get_contents($patchFile));
|
|
||||||
if ($rawPatch !== '' && ctype_digit($rawPatch)) {
|
|
||||||
$patchversion = (int)$rawPatch;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
1
|
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
<?php
|
|
||||||
$mainversion = 1;
|
|
||||||
$subversion = 0;
|
|
||||||
$patchversion = 1;
|
|
||||||
|
|
||||||
$patchFile = __DIR__ . '/versionsnummer.txt';
|
|
||||||
if (is_file($patchFile)) {
|
|
||||||
$rawPatch = trim((string)file_get_contents($patchFile));
|
|
||||||
if ($rawPatch !== '' && ctype_digit($rawPatch)) {
|
|
||||||
$patchversion = (int)$rawPatch;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
20
|
|
||||||
Reference in New Issue
Block a user