asd
This commit is contained in:
@@ -27,6 +27,7 @@ if ($uriPath === '' || $uriPath === 'index' || $uriPath === 'index.php') {
|
|||||||
// 2) Datei
|
// 2) Datei
|
||||||
elseif (is_file($base . '.php')) {
|
elseif (is_file($base . '.php')) {
|
||||||
echo "target existiert";
|
echo "target existiert";
|
||||||
|
exit;
|
||||||
$target = $base . '.php';
|
$target = $base . '.php';
|
||||||
}
|
}
|
||||||
// 3) 404
|
// 3) 404
|
||||||
|
|||||||
Reference in New Issue
Block a user