mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
9 lines
332 B
PHP
9 lines
332 B
PHP
<?PHP // $Id$
|
|
// censor.php - created with Moodle 1.7 beta + (2006101003)
|
|
|
|
|
|
$string['badwords'] = 'shit,fucked,fucker,fuck,dickhead, dick,cockhead,cock,cunt,asshole,arsehole,prick,bitch, jism,whore,slut,wanker, wank,bastard,dildo,masturbate, orgasm,penis,nigger, pussy,vagina';
|
|
$string['filtername'] = 'Word Censorship';
|
|
|
|
?>
|