Update uri.php

This commit is contained in:
Namhyeon Go 2020-05-21 14:09:43 +09:00 committed by GitHub
parent d62e0859e4
commit f9db90f031
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -414,9 +414,3 @@ if(!is_fn("set_header_content_type")) {
}
}
}
if(!is_fn("get_requested_jsondata")) {
function get_requested_jsondata($name, $escape_quotes=true, $escape_tags=false) {
return get_requested_jsondata($name, "_JSON", $escape_quotes, $escape_tags);
}
}