Update uri.php

This commit is contained in:
Namhyeon Go 2024-04-29 22:40:32 +09:00 committed by GitHub
parent 09f48b47a1
commit 9d97db2025
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,7 +61,7 @@ if(!is_fn("read_route")) {
// get route in URI // get route in URI
if(empty($route)) { if(empty($route)) {
if(loadHelper("networktool")) { if(loadHelper("networktool")) {
$nevt = get_network_event(); //$nevt = get_network_event(); // unused
$uri = $requests['_URI']; $uri = $requests['_URI'];
if(strpos($uri, '?') !== false) { if(strpos($uri, '?') !== false) {