forked from wallabag/wallabag
[add] HTML Purifier added to clean code
This commit is contained in:
4
inc/3rdparty/htmlpurifier/HTMLPurifier.composer.php
vendored
Normal file
4
inc/3rdparty/htmlpurifier/HTMLPurifier.composer.php
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
<?php
|
||||
if (!defined('HTMLPURIFIER_PREFIX')) {
|
||||
define('HTMLPURIFIER_PREFIX', __DIR__);
|
||||
}
|
||||
Reference in New Issue
Block a user