1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-18 03:37:35 +01:00

update $bannedWords

This commit is contained in:
8chan 2014-09-25 20:51:04 +00:00
parent 4911017e8e
commit f8f1607ae3

View File

@ -4,7 +4,7 @@ include "inc/functions.php";
include "inc/lib/ayah/ayah.php";
include "inc/mod/auth.php";
checkBan('*');
$bannedWords = array('/^cake$/', '8ch', '/^cp$/', 'child', '/^inc$/', '/^static$/', '/^templates$/', '/^js$/', '/^stylesheets$/', '/^tools$/');
$bannedWords = array('/^cake$/', '8ch', '/^cp$/', 'child', '/^inc$/', '/^static$/', '/^templates$/', '/^js$/', '/^stylesheets$/', '/^tools$/', '/^pedo$/');
$ayah = new AYAH();