__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* @file
* Convenience file that registers autoload handler for HTML Purifier.
* It also does some sanity checks.
*/
if (function_exists('spl_autoload_register') && function_exists('spl_autoload_unregister')) {
// We need unregister for our pre-registering functionality
HTMLPurifier_Bootstrap::registerAutoload();
if (function_exists('__autoload')) {
// Be polite and ensure that userland autoload gets retained
spl_autoload_register('__autoload');
}
} elseif (!function_exists('__autoload')) {
require dirname(__FILE__) . '/HTMLPurifier.autoload-legacy.php';
}
// phpcs:ignore PHPCompatibility.IniDirectives.RemovedIniDirectives.zend_ze1_compatibility_modeRemoved
if (ini_get('zend.ze1_compatibility_mode')) {
trigger_error("HTML Purifier is not compatible with zend.ze1_compatibility_mode; please turn it off", E_USER_ERROR);
}
// vim: et sw=4 sts=4
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| HTMLPurifier | Folder | 0755 |
|
|
| HTMLPurifier.auto.php | File | 274 B | 0644 |
|
| HTMLPurifier.autoload-legacy.php | File | 213 B | 0644 |
|
| HTMLPurifier.autoload.php | File | 910 B | 0644 |
|
| HTMLPurifier.composer.php | File | 101 B | 0644 |
|
| HTMLPurifier.func.php | File | 576 B | 0644 |
|
| HTMLPurifier.includes.php | File | 10.33 KB | 0644 |
|
| HTMLPurifier.kses.php | File | 923 B | 0644 |
|
| HTMLPurifier.path.php | File | 235 B | 0644 |
|
| HTMLPurifier.php | File | 9.95 KB | 0644 |
|
| HTMLPurifier.safe-includes.php | File | 13.26 KB | 0644 |
|