From 0eb075705c6077e046f2e77dd1317240f6344a4c Mon Sep 17 00:00:00 2001 From: Zankaria Date: Wed, 23 Jul 2025 19:40:10 +0200 Subject: [PATCH] Revert "Add porn to public banlist theme" This reverts commit 8b5688e12a3687f86c8c40d36a1327445cfb8143. --- templates/themes/public_banlist/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/themes/public_banlist/theme.php b/templates/themes/public_banlist/theme.php index d56a6481..d18eaaf1 100644 --- a/templates/themes/public_banlist/theme.php +++ b/templates/themes/public_banlist/theme.php @@ -25,7 +25,7 @@ public static function gen_json($settings) { ob_start(); - Bans::stream_json(false, true, true, array(), array("/\bcp\b/i", "/porn/i")); + Bans::stream_json(false, true, true, array(), array("/\bcp\b/i")); $out = ob_get_contents(); ob_end_clean(); return $out;