this is already the default

This commit is contained in:
Ell 2023-08-10 20:35:14 +02:00
parent 5807a6b7fc
commit be3d5837de

View file

@ -9,7 +9,6 @@ switch ($_SERVER["REQUEST_METHOD"]) {
echo "Not found"; echo "Not found";
break; break;
} }
header("Content-Type: text/plain");
echo $content; echo $content;
break; break;
case "POST": case "POST":