PATH:
home
/
lab2454c
/
tripvare.com
/
vendor
/
ezyang
/
htmlpurifier
/
library
<?php /** * @file * Legacy autoloader for systems lacking spl_autoload_register * * Must be separate to prevent deprecation warning on PHP 7.2 */ function __autoload($class) { return HTMLPurifier_Bootstrap::autoload($class); } // vim: et sw=4 sts=4
[-] HTMLPurifier.composer.php
[edit]
[+]
HTMLPurifier
[+]
..
[-] HTMLPurifier.kses.php
[edit]
[-] HTMLPurifier.php
[edit]
[-] HTMLPurifier.path.php
[edit]
[-] HTMLPurifier.auto.php
[edit]
[-] HTMLPurifier.autoload-legacy.php
[edit]
[-] HTMLPurifier.func.php
[edit]
[-] HTMLPurifier.autoload.php
[edit]
[-] HTMLPurifier.safe-includes.php
[edit]
[-] HTMLPurifier.includes.php
[edit]