Browse Source

Add porn to public banlist theme

pull/40/head
Benjamin Southall 8 years ago
parent
commit
8b5688e12a
  1. 2
      templates/themes/public_banlist/theme.php

2
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;

Loading…
Cancel
Save