Tidied up logs HTML a bit, to make it more readable.
[moodle-linuxchix.git] / filter / censor / README.txt
blobbbb49afed2de61a72caf31ed23e8ca743c497549
1 //////////////////////////
2 //                      //
3 //  Censorship Filter   //
4 //                      //
5 //////////////////////////
7 This is a very simple Text Filter that searches text 
8 being output to the screen, replacing "bad" words 
9 with other words.
11 To activate this filter, add a line like this to your
12 config.php:
14    $CFG->textfilter1 = 'filter/censor/censor.php';
17 To customise the word list, edit cursor.php.