diff --git a/Update.bat b/Update.bat index 5b8eff3..e3a3f1d 100644 --- a/Update.bat +++ b/Update.bat @@ -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 diff --git a/updatenotify.php b/updatenotify.php index c91c61e..6693197 100644 --- a/updatenotify.php +++ b/updatenotify.php @@ -6,6 +6,9 @@ if(isset($_POST['submit'])) { echo exec('Update.bat'); +// DEBUG +//echo exec('Update.bat', $output); +//print_r($output); echo ''; } else { diff --git a/version.txt b/version.txt index 0699b1d..c37535f 100644 --- a/version.txt +++ b/version.txt @@ -1,4 +1,4 @@ \ No newline at end of file