Superglobal

This commit is contained in:
Kilian Hofmann 2024-07-27 19:10:30 +02:00
parent f25b0127e4
commit 3beb06ceb0

View File

@ -64,6 +64,7 @@ SimpleRouter::group(["middleware" => Khofmann\Auth\Auth::class], function () {
->header("Access-Control-Allow-Methods: *")
->header("Access-Control-Allow-Headers: *");
echo "HI";
print_r($_POST);
print_r(Input::patch("predefined"));
echo "\n";
print_r(Input::file("image"));