Update uri.php
This commit is contained in:
parent
e9acc0518b
commit
082a7002cc
|
@ -103,4 +103,10 @@ if(!function_exists("get_requested_value")) {
|
|||
}
|
||||
}
|
||||
|
||||
if(!function_exists("get_array")) {
|
||||
function get_array($arr) {
|
||||
return is_array($arr) ? $arr : array();
|
||||
}
|
||||
}
|
||||
|
||||
$requests = read_requests();
|
||||
|
|
Loading…
Reference in New Issue
Block a user