Update uri.php

This commit is contained in:
Namhyeon Go 2019-02-22 23:46:35 +09:00 committed by GitHub
parent 54ed2820f4
commit 8fec3be4e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,6 +33,8 @@ if(!function_exists("get_uri")) {
if(!function_exists("read_route")) {
function read_route($route=false) {
$route = false;
$config = get_config();
$requests = get_requests();