Merged XSS bug fix from stable

This commit is contained in:
moodler 2004-07-13 03:51:05 +00:00
parent 2f694dcf18
commit 32a4f1f160

View File

@ -76,6 +76,7 @@
print_simple_box_end();
if (!$helpfound) {
$file = clean_text($file); // Keep it clean!
notify("Help file '$file' could not be found!");
}