This website requires JavaScript.
Explore
Help
Sign In
mirror
/
librenms-librenms
Watch
1
Star
0
Fork
0
mirror of
https://github.com/librenms/librenms.git
synced
2024-10-07 16:52:45 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
php53
librenms-librenms
/
vendor
/
ezyang
/
htmlpurifier
/
library
/
HTMLPurifier.composer.php
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
5 lines
101 B
PHP
Raw
Permalink
Normal View
History
Unescape
Escape
fix: Allow html but not script, head and html tags in notes widget
#4898
(
#5006
)
2016-11-26 20:54:49 +00:00
<?
php
if
(
!
defined
(
'HTMLPURIFIER_PREFIX'
))
{
define
(
'HTMLPURIFIER_PREFIX'
,
dirname
(
__FILE__
));
}
Reference in New Issue
Copy Permalink