From 486cf8f0e37a9f250de9cf6d43f544b105ab3503 Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Mon, 22 Jan 2024 09:28:27 +0100 Subject: [PATCH] changes to index.php --- index.php | 2 +- templates/404.html | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 325572c..447de05 100644 --- a/index.php +++ b/index.php @@ -21,7 +21,7 @@ $page = basename($_SERVER['QUERY_STRING']); $nav = include_ob("$template_dir/navigation.html"); - +echo $_SERVER['QUERY_STRING']; if(empty($page)){ $page = 'index'; diff --git a/templates/404.html b/templates/404.html index 270812d..db030ca 100644 --- a/templates/404.html +++ b/templates/404.html @@ -1,2 +1,3 @@ -

How can a human being be this dumb?

\ No newline at end of file +

How can a human being be this dumb?

+

404

\ No newline at end of file