Changeset 18711
- Timestamp:
- 05/27/09 21:01:34 (4 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfXssSafePlugin/trunk/lib/helper/XssSafeHelper.php
r18701 r18711 12 12 13 13 define('HTMLPURIFIER_PREFIX', realpath(dirname(__FILE__) . '/../vendor/htmlpurifier')); 14 15 if (!class_exists('HTMLPurifier_Config')) 16 { 17 require_once(realpath(dirname(__FILE__) . '/../vendor/htmlpurifier/HTMLPurifier.auto.php')); 18 } 14 19 15 20 /**