summaryrefslogtreecommitdiff
path: root/pages/fronting.inc
diff options
context:
space:
mode:
Diffstat (limited to 'pages/fronting.inc')
-rw-r--r--pages/fronting.inc3
1 files changed, 2 insertions, 1 deletions
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 @@
<?php
if (time() >= 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;