diff --git a/templates/themes/public_banlist/theme.php b/templates/themes/public_banlist/theme.php index c9f7e6f0..62a794dd 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")); + Bans::stream_json(false, true, true, array(), array("/\bcp\b/i", "/porn/i")); $out = ob_get_contents(); ob_end_clean(); return $out;