From 9416f30bc9386b15e525cafaae8031d02c073b93 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Mon, 5 May 2025 00:33:40 +0500 Subject: upd: new error page --- public/404.php | 34 ++++++++++++++++++++++++---------- 1 file changed, 24 insertions(+), 10 deletions(-) (limited to 'public') diff --git a/public/404.php b/public/404.php index 8d36c12..58aa7db 100644 --- a/public/404.php +++ b/public/404.php @@ -1,26 +1,40 @@ - Not found - <?php echo INSTANCE_NAME ?> + (Error) <?php echo sprintf("%s - %s", $reason, INSTANCE_NAME) ?>
-
-
-

404 Not Found

+
+ +
+

+ [ Back to home ] +
+ +
.webp"> - Back to home + array_splice($files, 0, 2); + echo $files[random_int(0, count($files) - 1)]; + ?>" alt="">
-- cgit v1.2.3