]> andersk Git - sql-web.git/blobdiff - batch/status.php
batch status error code change
[sql-web.git] / batch / status.php
index bb961e1cdfbc329eeb7606b22893422fea857dec..072f064dd946fb0cc903cdb340d9ecce1000a614 100755 (executable)
@@ -6,7 +6,8 @@ require_once('mitsql.lib.php');
 require_once('batch.inc.php');
 
 $Login = new Login($i_u);
-if (!$Login->canLogin()) die('-1');
+// Previously "-1" -- verify consistency
+if (!$Login->canLogin()) die('1');
 
 die('0');
 
This page took 0.028305 seconds and 4 git commands to generate.