Update uri.php

This commit is contained in:
Namhyeon Go 2020-04-12 21:46:20 +09:00 committed by GitHub
parent 61d8069b76
commit f1c8e01b44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ if(!is_fn("get_uri")) {
}
if(!is_fn("read_route")) {
function read_route($route=false, $base_route="/") {
function read_route() {
$route = false;
$config = get_config();