diff --git a/index.php b/index.php index 7aedb8be..4e4a8425 100644 --- a/index.php +++ b/index.php @@ -113,7 +113,11 @@ if (isset($_GET['endcase'])) $db->CompleteTrans(); //need to complete here otherwise getting the case later will fail - $db->StartTrans(); + //redirect back here + header('Location: index.php'); + exit(); + + //$db->StartTrans(); //if ($db->HasFailedTrans()) {print "

FAILED AT ENDCASE

"; exit();} }