version
This commit is contained in:
parent
4758fd1569
commit
f517c1bad7
@ -193,8 +193,8 @@ findstr "localversion" config.php >nul 2>&1
|
|||||||
goto END
|
goto END
|
||||||
:END
|
:END
|
||||||
:ONE
|
:ONE
|
||||||
cscript replace.vbs "config.php" "1.2" "1.3"
|
cscript replace.vbs "config.php" "1.3" "1.4"
|
||||||
echo Version Updated to 1.3
|
echo Version Updated to 1.4
|
||||||
goto END
|
goto END
|
||||||
:END
|
:END
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?php
|
<?php
|
||||||
//// KLANDING VERSION
|
//// KLANDING VERSION
|
||||||
$remoteversion = "1.3"; //
|
$remoteversion = "1.4"; //
|
||||||
?>
|
?>
|
Loading…
x
Reference in New Issue
Block a user