Files
YuCheng Hu bf34b9d018 添加到 trunk
+YUCHENG HU+

git-svn-id: https://svn.code.sf.net/p/hawebs/svn@358 a2543c7e-f6e9-4f8a-8bff-1ffc34733512
2010-06-18 04:17:35 +00:00

12 lines
235 B
PHP

<?php
/**
* @file
* Convenience stub file that adds HTML Purifier's library file to the path
* without any other side-effects.
*/
set_include_path(dirname(__FILE__) . PATH_SEPARATOR . get_include_path() );
// vim: et sw=4 sts=4