1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-29 01:34:31 +01:00

no board may be called reports

This commit is contained in:
8chan 2014-09-29 07:17:19 +00:00
parent 84d600a880
commit e6ab91e66c

View File

@ -12,7 +12,7 @@ include "inc/lib/recaptcha/recaptchalib.php";
checkBan('*');
$bannedWords = array('/^cake$/', '8ch', '/^cp$/', 'child', '/^inc$/', '/^static$/', '/^templates$/', '/^js$/', '/^stylesheets$/', '/^tools$/', '/^pedo$/');
$bannedWords = array('/^cake$/', '8ch', '/^cp$/', 'child', '/^inc$/', '/^static$/', '/^templates$/', '/^js$/', '/^stylesheets$/', '/^tools$/', '/^pedo$/', '/^reports$/');
$ayah = (($config['ayah_enabled']) ? new AYAH() : false);