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