From 32a4f1f1608272ef3df4401f92e811c5cc29b852 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 13 Jul 2004 03:51:05 +0000 Subject: [PATCH] Merged XSS bug fix from stable --- help.php | 1 + 1 file changed, 1 insertion(+) diff --git a/help.php b/help.php index 6312a7e6ff..fac83cd722 100644 --- a/help.php +++ b/help.php @@ -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!"); } -- 2.39.5