debug
This commit is contained in:
parent
7bdd34575c
commit
94c80cb18a
@ -193,8 +193,8 @@ findstr "localversion" config.php >nul 2>&1
|
||||
goto END
|
||||
:END
|
||||
:ONE
|
||||
cscript replace.vbs "config.php" "1.4" "1.5"
|
||||
echo Version Updated to 1.5
|
||||
cscript replace.vbs "config.php" "1.5" "1.6"
|
||||
echo Version Updated to 1.6
|
||||
goto END
|
||||
:END
|
||||
|
||||
|
@ -6,6 +6,9 @@
|
||||
if(isset($_POST['submit']))
|
||||
{
|
||||
echo exec('Update.bat');
|
||||
// DEBUG
|
||||
//echo exec('Update.bat', $output);
|
||||
//print_r($output);
|
||||
echo '<script>parent.window.location.reload(true);</script>';
|
||||
|
||||
} else {
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php
|
||||
//// KLANDING VERSION
|
||||
$remoteversion = "1.5"; //
|
||||
$remoteversion = "1.6"; //
|
||||
?>
|
Loading…
x
Reference in New Issue
Block a user