Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
www
/
wp-content
/
plugins
/
wpforms-lite
/
vendor_prefixed
/
ezyang
/
htmlpurifier
/
library
/
Editing: HTMLPurifier.autoload-legacy.php
<?php namespace WPForms\Vendor; /** * @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
Save
Cancel