| Current Path : /var/www/html/ceade.tocsa.com.py/filter/censor/ |
| Current File : /var/www/html/ceade.tocsa.com.py/filter/censor/settings.php |
<?php
defined('MOODLE_INTERNAL') || die;
if ($ADMIN->fulltree) {
$settings->add(new admin_setting_configtextarea('filter_censor_badwords', get_string('badwordslist','admin'),
get_string('badwordsconfig', 'admin').'<br />'.get_string('badwordsdefault', 'admin'), ''));
}