JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr{ gilour

File "HTMLPurifier.autoload-legacy.php"

Full Path: /var/www/lionsclub/core/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