Rem debugging

This commit is contained in:
Marcus Hill 2022-01-15 23:19:09 +00:00
parent c69fb5a7db
commit 24b5ffa09c
1 changed files with 0 additions and 3 deletions

View File

@ -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'] != ''){