From a0e8a6da5cfc062a3e6a45108ecd79bfca7e6413 Mon Sep 17 00:00:00 2001 From: dev2 Date: Mon, 16 Dec 2024 08:38:35 +0000 Subject: [PATCH] s1 --- .hta_404.php | 4 ++-- .hta_config/env.php | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.hta_404.php b/.hta_404.php index a083e0f..7f7465c 100644 --- a/.hta_404.php +++ b/.hta_404.php @@ -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"; diff --git a/.hta_config/env.php b/.hta_config/env.php index 99ab86f..5c45e9f 100644 --- a/.hta_config/env.php +++ b/.hta_config/env.php @@ -1,6 +1,6 @@