This commit is contained in:
2024-12-16 08:38:35 +00:00
parent f521296082
commit a0e8a6da5c
2 changed files with 6 additions and 6 deletions

View File

@@ -31,8 +31,8 @@ $requestUri = $_SERVER['REQUEST_URI'];
$slug = getSlug($requestUri);
if (empty($slug)) {
echo "Slug not provided!";
exit;
// echo "Slug not provided!";
// exit;
}
$fileName = $slug . ".html";