Update uri.php
This commit is contained in:
parent
0176191952
commit
ace8d505f8
|
@ -80,6 +80,7 @@ if(!function_exists("get_requested_value")) {
|
|||
}
|
||||
|
||||
// set validated value
|
||||
if(!empty($method)) {
|
||||
$value = array_key_empty($name, $requests[$method]) ? $value : $requests[$method][$name];
|
||||
|
||||
// security: set escape quotes
|
||||
|
@ -91,6 +92,7 @@ if(!function_exists("get_requested_value")) {
|
|||
if($escape_tags == true) {
|
||||
$value = htmlspecialchars($escape_tags);
|
||||
}
|
||||
}
|
||||
|
||||
return $value;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user