From 6e39c4c71e8f2d99a36444cc9aedab090bdbd330 Mon Sep 17 00:00:00 2001 From: schrom01 Date: Thu, 28 Sep 2023 15:41:43 +0200 Subject: [PATCH] removed echo in deleteFiles.php --- deleteFiles.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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