Files
EasySoft-ZenTaoPMS/lib/purifier/purifier.class.php
2017-08-16 13:32:34 +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