Merged XSS bug fix from stable
authormoodler <moodler>
Tue, 13 Jul 2004 03:51:05 +0000 (03:51 +0000)
committermoodler <moodler>
Tue, 13 Jul 2004 03:51:05 +0000 (03:51 +0000)
help.php

index 6312a7e6ffc10b7f436d86c6905a2a28fe42bfc8..fac83cd7229e536c3d25bec0e1e650fbca626871 100644 (file)
--- 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!");
     }