File "HTMLPurifier.autoload-legacy.php"

Full Path: /home/clickysoft/public_html/jmapi5.clickysoft.net/vendor/ezyang/htmlpurifier/library/HTMLPurifier.autoload-legacy.php
File size: 213 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

/**
 * @file
 * Legacy autoloader for systems lacking spl_autoload_register
 *
 */

spl_autoload_register(function($class)
{
     return HTMLPurifier_Bootstrap::autoload($class);
});

// vim: et sw=4 sts=4