Update uri.php

This commit is contained in:
Namhyeon Go 2018-03-22 13:05:09 +09:00 committed by GitHub
parent e9acc0518b
commit 082a7002cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();