Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NormanTUD committed Sep 26, 2024
1 parent a3ac51f commit 8ed5507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submit.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function deleteDir($dir) {
if(preg_match("/^\/tmp\//", $dir) && !preg_match("/\.\./", $dir)) {
system("rm -rf ".escapeshellarg($dir));
} else {
die("Bist du bekloppt? Ich lass dich doch nix löschen!");
die("Are you crazy? I won't let you delete anything!");
}
}

Expand Down

0 comments on commit 8ed5507

Please sign in to comment.