|
$title = Security::remove_XSS($row['title'], STUDENT, true);
|
|
$title = Security::remove_XSS($row['title'], STUDENT, true);
|
|
$content = Security::remove_XSS($row['content'], STUDENT, true);
|
|
$content = Security::remove_XSS($row['content'], STUDENT, true);
|