mirror of
https://github.com/itflow-org/itflow
synced 2026-03-09 23:34:50 +00:00
Rem debugging
This commit is contained in:
3
post.php
3
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'])));
|
$existing_file_name = trim(strip_tags(mysqli_real_escape_string($mysqli,$_POST['existing_file_name'])));
|
||||||
$logout = FALSE;
|
$logout = FALSE;
|
||||||
|
|
||||||
var_dump($_POST);
|
|
||||||
exit();
|
|
||||||
|
|
||||||
//Check to see if a file is attached
|
//Check to see if a file is attached
|
||||||
if($_FILES['file']['tmp_name'] != ''){
|
if($_FILES['file']['tmp_name'] != ''){
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user