From 00a2458977f9ac628a615a5c708ca5799f2063a7 Mon Sep 17 00:00:00 2001 From: 20xd6 <20xd6@airmail.cc> Date: Fri, 8 Jul 2022 09:10:14 -0400 Subject: [PATCH] Update error pages --- common/error_pages/403.php | 6 +++--- common/error_pages/404.php | 6 +++--- common/error_pages/500.php | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/common/error_pages/403.php b/common/error_pages/403.php index 2dd9f9e..19405c9 100644 --- a/common/error_pages/403.php +++ b/common/error_pages/403.php @@ -1,6 +1,6 @@

Error 403

@@ -11,4 +11,4 @@ include_once ($_SERVER['DOCUMENT_ROOT'].'/common/menu.php');
You're not allowed here. Stop that.

- + diff --git a/common/error_pages/404.php b/common/error_pages/404.php index 70d2939..4334460 100644 --- a/common/error_pages/404.php +++ b/common/error_pages/404.php @@ -1,6 +1,6 @@

Error 404

@@ -21,4 +21,4 @@ include_once ($_SERVER['DOCUMENT_ROOT'].'/common/menu.php');

- + diff --git a/common/error_pages/500.php b/common/error_pages/500.php index 98b0ab5..17d14bf 100644 --- a/common/error_pages/500.php +++ b/common/error_pages/500.php @@ -1,10 +1,10 @@

Error 500


We done made a boo boo...

- +