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