diff --git a/deleteFiles.php b/deleteFiles.php index 1a2d12a..375fc37 100644 --- a/deleteFiles.php +++ b/deleteFiles.php @@ -8,8 +8,6 @@ if($_POST["taskDeletePassword"] == getenv("taskDeletePassword")){ echo $file; unlink($taskDir.'/'.$file); } - echo "Files deleted"; -} echo "wrong Password"; -echo json_encode($_POST); +} ?> \ No newline at end of file