PHP Classes

File: htdocs/xoops_lib/vendor/ezyang/htmlpurifier/library/HTMLPurifier.autoload-legacy.php

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/xoops_lib/vendor/ezyang/htmlpurifier/library/HTMLPurifier.autoload-legacy.php   Download  
File: htdocs/xoops_lib/vendor/ezyang/htmlpurifier/library/HTMLPurifier.autoload-legacy.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change:
Date: 2 months ago
Size: 213 bytes
 

Contents

Class file image Download
<?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