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 29, 2024
1 parent 09f48b4 commit 9d97db2
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 @@ -61,7 +61,7 @@ function read_route() {
// get route in URI
if(empty($route)) {
if(loadHelper("networktool")) {
$nevt = get_network_event();
//$nevt = get_network_event(); // unused

$uri = $requests['_URI'];
if(strpos($uri, '?') !== false) {
Expand Down

0 comments on commit 9d97db2

Please sign in to comment.