Updated HTMLPurifier to 4.10.0

Source: http://htmlpurifier.org/releases/htmlpurifier-4.10.0-lite.zip
Release date: 2018-02-22
This commit is contained in:
Diogo Cordeiro
2019-04-16 01:11:54 +01:00
parent f89c052cf8
commit 1d529c021a
12 changed files with 92 additions and 34 deletions

View File

@@ -14,10 +14,7 @@ if (function_exists('spl_autoload_register') && function_exists('spl_autoload_un
spl_autoload_register('__autoload');
}
} elseif (!function_exists('__autoload')) {
function __autoload($class)
{
return HTMLPurifier_Bootstrap::autoload($class);
}
require dirname(__FILE__) . '/HTMLPurifier.autoload-legacy.php';
}
if (ini_get('zend.ze1_compatibility_mode')) {