router debug
This commit is contained in:
parent
6e301d88fc
commit
82ce49eb20
|
@ -12,6 +12,7 @@ if ($uri[1] == '') {
|
||||||
include("asset/php/edit.php");
|
include("asset/php/edit.php");
|
||||||
} else {
|
} else {
|
||||||
echo "404";
|
echo "404";
|
||||||
|
echo $_SERVER['REQUEST_URI'];
|
||||||
}
|
}
|
||||||
|
|
||||||
//echo nl2br("\n");
|
//echo nl2br("\n");
|
||||||
|
|
Loading…
Reference in New Issue