forked from leftypol/leftypol
Revert "Add porn to public banlist theme"
This reverts commit 8b5688e12a.
This commit is contained in:
parent
45603467bc
commit
0eb075705c
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
public static function gen_json($settings) {
|
public static function gen_json($settings) {
|
||||||
ob_start();
|
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();
|
$out = ob_get_contents();
|
||||||
ob_end_clean();
|
ob_end_clean();
|
||||||
return $out;
|
return $out;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue