Superglobal
This commit is contained in:
parent
f25b0127e4
commit
3beb06ceb0
@ -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"));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user