From 8cdbff7146e81546143f1f54e75bfd0eb34d17a0 Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Tue, 2 May 2023 18:59:49 +0200 Subject: Updated 3 files and added 2 files (automated) --- pages/rules.inc | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'pages/rules.inc') diff --git a/pages/rules.inc b/pages/rules.inc index 23447f2..0c57819 100644 --- a/pages/rules.inc +++ b/pages/rules.inc @@ -1,5 +1,9 @@ = 1682985600) { + peh_error("Page not found: rules", 404); +} + require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/util/functions.inc"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/init.inc"; global $title; global $isLoggedIn; global $lang; global $pages; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/util/Parsedown.php"; $Parsedown = new Parsedown(); @@ -44,14 +48,16 @@ $cache = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/da ?> - -

Rules

Edit rules

+
+ The rules system will be removed on May 2nd 2023 at midnight UTC. This page will not be accessible anymore. If there is any data you want to keep, ask Raindrops System for a copy of the rules database. +
+ - -- cgit