HTMLPurifier 4.4.0
/home/ezyang/Dev/htmlpurifier/library/HTMLPurifier.auto.php
Go to the documentation of this file.
00001 <?php
00002 
00007 set_include_path(dirname(__FILE__) . PATH_SEPARATOR . get_include_path() );
00008 require_once 'HTMLPurifier/Bootstrap.php';
00009 require_once 'HTMLPurifier.autoload.php';
00010 
00011 // vim: et sw=4 sts=4