From 82ce49eb20d06fabba286ab48afd4090bf49981c Mon Sep 17 00:00:00 2001 From: ed Date: Mon, 13 Jun 2022 08:30:14 +0200 Subject: [PATCH] router debug --- proj/map/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/proj/map/index.php b/proj/map/index.php index ac9bb16..d990ba0 100644 --- a/proj/map/index.php +++ b/proj/map/index.php @@ -12,6 +12,7 @@ if ($uri[1] == '') { include("asset/php/edit.php"); } else { echo "404"; + echo $_SERVER['REQUEST_URI']; } //echo nl2br("\n");