This website works better with JavaScript
Home
Explore
Help
Register
Sign In
aj
/
chamilo-lms2
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
[svn r11169] Added XSS filtering (see http://projects.dokeos.com/?do=details&id=1199)
Yannick Warnier
18 years ago
parent
a2e09679e9
commit
d052b26f17
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
plugin/date/index.dsp.php
+ 1
- 1
plugin/date/index.dsp.php
View File
@@ -1 +1 @@
- <?php echo $date; ?>
+ <?php echo
strip_tags(
$date
)
; ?>