Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.140.254.100
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
vendor /
ezyang /
htmlpurifier /
library /
Delete
Unzip
Name
Size
Permission
Date
Action
HTMLPurifier
[ DIR ]
drwxrwxr-x
2022-09-18 07:06
HTMLPurifier.auto.php
274
B
-rw-rw-r--
2022-09-18 07:06
HTMLPurifier.autoload-legacy.php
213
B
-rw-rw-r--
2022-09-18 07:06
HTMLPurifier.autoload.php
910
B
-rw-rw-r--
2022-09-18 07:06
HTMLPurifier.composer.php
101
B
-rw-rw-r--
2022-09-18 07:06
HTMLPurifier.func.php
576
B
-rw-rw-r--
2022-09-18 07:06
HTMLPurifier.includes.php
10.33
KB
-rw-rw-r--
2022-09-18 07:06
HTMLPurifier.kses.php
923
B
-rw-rw-r--
2022-09-18 07:06
HTMLPurifier.path.php
235
B
-rw-rw-r--
2022-09-18 07:06
HTMLPurifier.php
9.95
KB
-rw-rw-r--
2022-09-18 07:06
HTMLPurifier.safe-includes.php
13.26
KB
-rw-rw-r--
2022-09-18 07:06
Save
Rename
<?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