From af925fb218e7a333759eb49c667bfb22eb71196d Mon Sep 17 00:00:00 2001 From: Cassio de Campos Date: Fri, 4 Aug 2017 14:20:51 +0100 Subject: bug fixes --- src/admin/problem.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/admin/problem.php') diff --git a/src/admin/problem.php b/src/admin/problem.php index 4228d05..d0ed636 100644 --- a/src/admin/problem.php +++ b/src/admin/problem.php @@ -16,7 +16,7 @@ // along with this program. If not, see . //////////////////////////////////////////////////////////////////////////////// // Last modified 08/aug/2015 by cassio@ime.usp.br -if ($_POST["confirmation"] != "confirm") +if (!isset($_POST["confirmation"]) || $_POST["confirmation"] != "confirm") unset($_POST['noflush']); require('header.php'); -- cgit v1.2.3