File "HTMLPurifier.autoload-legacy.php"

Full path: /home/fsibplc/public_html/admin/remittance/vendor/ezyang/htmlpurifier/library/HTMLPurifier.autoload-legacy.php
File size: 213 B (213 B bytes)
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

<?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