浏览代码

Add porn to public banlist theme

pull/79/head
Benjamin Southall 7 年前
父节点
当前提交
8b5688e12a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      templates/themes/public_banlist/theme.php

+ 1
- 1
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;


正在加载...
取消
保存