0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-19 18:55:19 +00:00
htmlpurifier/library/HTMLPurifier.auto.php
2008-02-04 21:57:55 +00:00

14 lines
393 B
PHP

<?php
/**
* This is a stub include that automatically configures the include path.
* @warning This file is currently broken.
*/
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';