Compare commits
No commits in common. "5801ba2549ee7ba550792019e7d571a2c6235644" and "09480c99fe6745aa4009001bee65be19b8d849a5" have entirely different histories.
5801ba2549
...
09480c99fe
10
.hta_404.php
10
.hta_404.php
|
@ -21,11 +21,11 @@
|
||||||
$totalPageContent = $headerContent . $pageContent . $footerContent;
|
$totalPageContent = $headerContent . $pageContent . $footerContent;
|
||||||
$filePath = __DIR__ . '/' . $fileName;
|
$filePath = __DIR__ . '/' . $fileName;
|
||||||
|
|
||||||
if (file_put_contents($filePath, $totalPageContent)) {
|
// if (file_put_contents($filePath, $totalPageContent)) {
|
||||||
// echo "<p class='text-success'>Page saved successfully at $filePath.</p>";
|
// // echo "<p class='text-success'>Page saved successfully at $filePath.</p>";
|
||||||
} else {
|
// } else {
|
||||||
// echo "<p class='text-danger'>Failed to save the page.</p>";
|
// // echo "<p class='text-danger'>Failed to save the page.</p>";
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in New Issue