diff --git a/submit.php b/submit.php index 766e1bfcbe..e0cfcff97a 100644 --- a/submit.php +++ b/submit.php @@ -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!"); } }