From 0b089f944a129fc39316f6a3c8293bbc20147e8c Mon Sep 17 00:00:00 2001 From: bruno Date: Tue, 6 Feb 2024 16:28:59 +0100 Subject: [PATCH] test --- lib/router.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/router.php b/lib/router.php index 21485a4..18bfb9f 100644 --- a/lib/router.php +++ b/lib/router.php @@ -10,6 +10,7 @@ function initRouter(): array $request_uri = explode("/", $_SERVER["QUERY_STRING"]); + print_r($request_uri); $request_uri = array_slice($request_uri, -3, 3); print_r($request_uri);