moodle/filter/censor
moodler df1c46115b Improvement to filters, providing speed boost AND better compatibility
with Turck MMCache.

Filter function must now have a particular name

   eg resource_filter

where "resource" is the name of the directory that filter.php is in.
2004-08-08 06:57:44 +00:00
..
filter.php Improvement to filters, providing speed boost AND better compatibility 2004-08-08 06:57:44 +00:00
README.txt Add a simple README 2003-10-16 09:39:18 +00:00

//////////////////////////
//                      //
//  Censorship Filter   //
//                      //
//////////////////////////

This is a very simple Text Filter that searches text 
being output to the screen, replacing "bad" words 
with other words.

To activate this filter, add a line like this to your
config.php:

   $CFG->textfilter1 = 'filter/censor/censor.php';


To customise the word list, edit cursor.php.