zentaopms/lib/purifier/purifier.class.php
2023-05-16 10:47:08 +08:00

11 lines
250 B
PHP

<?php
/**
* This is a stub include that automatically configures the include path.
*/
require_once dirname(__FILE__) . '/HTMLPurifier/Bootstrap.php';
require_once dirname(__FILE__) . '/HTMLPurifier.autoload.php';
// vim: et sw=4 sts=4