From ffe2cd7eb6bd855cb504dc6ad169ea3706c04496 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Wed, 30 Dec 2015 16:24:02 +0100 Subject: [PATCH] show errors --- src/act.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/act.php b/src/act.php index c012bd9..bba9e22 100644 --- a/src/act.php +++ b/src/act.php @@ -169,6 +169,7 @@ switch($_POST['act']){ }else{ echo $err; + die; }