From 6679588e43b0f694421d48e4ddb071972a127dca Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Sun, 11 Jun 2023 16:47:34 +0200 Subject: Updated 11 files and added 2 files (automated) --- pages/fronting.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pages/fronting.inc') diff --git a/pages/fronting.inc b/pages/fronting.inc index 9873b81..1c16a80 100644 --- a/pages/fronting.inc +++ b/pages/fronting.inc @@ -1,7 +1,8 @@ = 1686787200) { - peh_error("Page not found: fronting", 404); + header("Location: /evening"); + die(); } require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/init.inc"; global $title; global $isLoggedIn; global $lang; global $pages; -- cgit