moodle/filter/censor
moodler fc34bbe886 Improved censor
- now blacks out words using styles
  - gets the words from the language pack
2005-03-05 03:32:38 +00:00
..
filter.php Improved censor 2005-03-05 03:32:38 +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.