From 24b5ffa09cbb008f73f0cf12a95ea5459a6bd5a7 Mon Sep 17 00:00:00 2001 From: Marcus Hill Date: Sat, 15 Jan 2022 23:19:09 +0000 Subject: [PATCH] Rem debugging --- post.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/post.php b/post.php index 76ecbae6..43ee26de 100644 --- a/post.php +++ b/post.php @@ -216,9 +216,6 @@ if(isset($_POST['edit_profile'])){ $existing_file_name = trim(strip_tags(mysqli_real_escape_string($mysqli,$_POST['existing_file_name']))); $logout = FALSE; - var_dump($_POST); - exit(); - //Check to see if a file is attached if($_FILES['file']['tmp_name'] != ''){