Skip to content

Commit

Permalink
Update uri.php
Browse files Browse the repository at this point in the history
  • Loading branch information
gnh1201 authored Apr 12, 2020
1 parent 61d8069 commit f1c8e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/uri.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function get_uri() {
}

if(!is_fn("read_route")) {
function read_route($route=false, $base_route="/") {
function read_route() {
$route = false;

$config = get_config();
Expand Down

0 comments on commit f1c8e01

Please sign in to comment.