projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f694dc
)
Merged XSS bug fix from stable
author
moodler
<moodler>
Tue, 13 Jul 2004 03:51:05 +0000
(
03:51
+0000)
committer
moodler
<moodler>
Tue, 13 Jul 2004 03:51:05 +0000
(
03:51
+0000)
help.php
patch
|
blob
|
history
diff --git
a/help.php
b/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!");
}