From cc18143fa9227094035f8ada60c49e6585e1c0de Mon Sep 17 00:00:00 2001 From: Suvodip Date: Fri, 20 Dec 2024 19:36:31 +0530 Subject: [PATCH] s1 --- .hta_404.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.hta_404.php b/.hta_404.php index cfcf037..9eb64e6 100644 --- a/.hta_404.php +++ b/.hta_404.php @@ -21,11 +21,11 @@ $totalPageContent = $headerContent . $pageContent . $footerContent; $filePath = __DIR__ . '/' . $fileName; - // if (file_put_contents($filePath, $totalPageContent)) { - // // echo "

Page saved successfully at $filePath.

"; - // } else { - // // echo "

Failed to save the page.

"; - // } + if (file_put_contents($filePath, $totalPageContent)) { + // echo "

Page saved successfully at $filePath.

"; + } else { + // echo "

Failed to save the page.

"; + } } try {