mirror of
https://github.com/moodle/moodle.git
synced 2025-04-16 14:02:32 +02:00
Add a simple README
This commit is contained in:
parent
3e6525ba88
commit
b81789c55b
17
filter/censor/README.txt
Normal file
17
filter/censor/README.txt
Normal file
@ -0,0 +1,17 @@
|
||||
//////////////////////////
|
||||
// //
|
||||
// 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.
|
Loading…
x
Reference in New Issue
Block a user