From 94c80cb18a73c0bcf059e4dd6685c5f12d735e6b Mon Sep 17 00:00:00 2001 From: Karl Hudgell Date: Thu, 14 Jan 2016 13:45:36 +0000 Subject: [PATCH] debug --- Update.bat | 4 ++-- updatenotify.php | 3 +++ version.txt | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) 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