From f8f1607ae364889bcd3250956bfdea02c2779f82 Mon Sep 17 00:00:00 2001 From: 8chan Date: Thu, 25 Sep 2014 20:51:04 +0000 Subject: [PATCH] update $bannedWords --- create.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create.php b/create.php index f01a97cb..306829fd 100644 --- a/create.php +++ b/create.php @@ -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();