File "HTMLPurifier.autoload-legacy.php"

Full Path: /home/fundopuh/trader.fxex.org/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