Update uri.php
This commit is contained in:
parent
fb1e4bf37a
commit
3ecf6fa6bf
|
|
@ -130,7 +130,7 @@ if(!is_fn("read_requests")) {
|
||||||
|
|
||||||
// check if json request
|
// check if json request
|
||||||
if(array_key_equals("json", $options, true)) {
|
if(array_key_equals("json", $options, true)) {
|
||||||
$jsondata = ($jsondata !== false) ? $js ondata : $requests['_RAW'];
|
$jsondata = ($jsondata !== false) ? $jsondata : $requests['_RAW'];
|
||||||
$requests['_JSON'] = json_decode($jsondata);
|
$requests['_JSON'] = json_decode($jsondata);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user