0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-03-12 17:47:02 +00:00
2007-05-28 02:41:01 +00:00

10 lines
199 B
PHP

<?php
/**
* This is a stub include that automatically configures the include path.
*/
set_include_path(dirname(__FILE__) . PATH_SEPARATOR . get_include_path() );
require_once 'ConfigDoc.php';
?>