Files
CRM/customerportal/include/htmlpurify/extras/HTMLPurifierExtras.auto.php
BACHIR SOULDI 2794e62571 first commit
2025-09-28 08:49:37 +01:00

12 lines
298 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 'HTMLPurifierExtras.php';
require_once 'HTMLPurifierExtras.autoload.php';
// vim: et sw=4 sts=4