Update uri.php

This commit is contained in:
Namhyeon Go 2019-02-20 01:03:48 +09:00 committed by GitHub
parent 7b902e4450
commit fd2e83222c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -297,5 +297,13 @@ if(!function_exists("set_header_content_type")) {
}
}
if(!function_exists("get_requested_json")) {
function get_requested_json($name, $escape_quotes=true, $escape_tags=false) {
return get_requested_value($name, "_JSON", $escape_quotes, $escape_tags);
}
}
// set scope
set_scope("requests", read_requests());
//EOF