From db5ffe98ad150393a07e22e07a9d32b9f003291f Mon Sep 17 00:00:00 2001 From: GZod01 Date: Mon, 10 Mar 2025 10:42:26 +0100 Subject: [PATCH] azez --- index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/index.php b/index.php index c96fee1..20a1684 100644 --- a/index.php +++ b/index.php @@ -128,7 +128,6 @@ if (isset($_GET["admin"])) { if (isset($_POST["sub_event_code"])) { $sub_event_code = $_POST["sub_event_code"]; $check_if_event_started = getSubEventData($con, $event_code,$sub_event_code); - die(print_r($check_if_event_started,true)); if($check_if_event_started["start_time"]!=0){ die("

Sub event already started return

"); }