diff --git a/.hta_404.php b/.hta_404.php index 9eb64e6..cfcf037 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 { diff --git a/.hta_header.php b/.hta_header.php index fe5ceb8..a4d8635 100644 --- a/.hta_header.php +++ b/.hta_header.php @@ -302,7 +302,7 @@