This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
htmlpurifier
Watch
0
Star
0
Fork
0
You've already forked htmlpurifier
mirror of
https://github.com/ezyang/htmlpurifier.git
synced
2024-11-10 15:48:42 +00:00
Code
Releases
Activity
909dda6621
htmlpurifier
/
library
/
HTMLPurifier.composer.php
5 lines
101 B
PHP
Raw
Normal View
History
Unescape
Escape
Add required constant for composer autoloading Signed-off-by: Michael Tibben <michael.tibben@99designs.com>
2012-12-20 01:29:23 +00:00
<
?
php
if
(
!
defined
(
'HTMLPURIFIER_PREFIX'
))
{
Make Composer work with PHP 5.2 and earlier. Reported by @voku Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
2013-12-08 23:51:56 +00:00
define
(
'HTMLPURIFIER_PREFIX'
,
dirname
(
__FILE__
));
Add required constant for composer autoloading Signed-off-by: Michael Tibben <michael.tibben@99designs.com>
2012-12-20 01:29:23 +00:00
}
Copy Permalink