0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-12-22 16:31:53 +00:00

Temporary modification to auto until we get pure autoload working.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1528 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang 2008-02-04 21:57:55 +00:00
parent c5e1e1711d
commit d238b1a9ed

View File

@ -8,3 +8,6 @@
set_include_path(dirname(__FILE__) . PATH_SEPARATOR . get_include_path() );
require_once 'HTMLPurifier/Bootstrap.php';
require_once 'HTMLPurifier.autoload.php';
// This is temporary until we get pure autoload working
require_once 'HTMLPurifier.includes.php';