From 2e7294c83c6388e3855ce787f0a18c20ed652131 Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Sat, 10 Jun 2023 11:06:53 +0200 Subject: Updated 12 files and added includes/system/compare.inc (automated) --- pages/fronting.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pages/fronting.inc') diff --git a/pages/fronting.inc b/pages/fronting.inc index 6cd464b..9873b81 100644 --- a/pages/fronting.inc +++ b/pages/fronting.inc @@ -1,5 +1,9 @@ = 1686787200) { + peh_error("Page not found: fronting", 404); +} + require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/init.inc"; global $title; global $isLoggedIn; global $lang; global $pages; require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/components/header.inc'; -- cgit