fix mis-typed
This commit is contained in:
parent
81238fa076
commit
cc45cfa35b
|
@ -88,7 +88,7 @@ if(!function_exists("read_requests")) {
|
||||||
"get" => "_GET",
|
"get" => "_GET",
|
||||||
"uri" => "_URI",
|
"uri" => "_URI",
|
||||||
"files" => "_FILES",
|
"files" => "_FILES",
|
||||||
"raw" => "_RAW",
|
"raw" => "_RAW",
|
||||||
"json" => "_JSON",
|
"json" => "_JSON",
|
||||||
"seal" => "_SEAL"
|
"seal" => "_SEAL"
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user