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