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.143.203.21
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
vendor /
symfony /
polyfill-php81 /
Delete
Unzip
Name
Size
Permission
Date
Action
Resources
[ DIR ]
drwxrwxr-x
2022-05-24 11:49
LICENSE
1.04
KB
-rw-rw-r--
2022-05-24 11:49
Php81.php
710
B
-rw-rw-r--
2022-05-24 11:49
README.md
587
B
-rw-rw-r--
2022-05-24 11:49
bootstrap.php
738
B
-rw-rw-r--
2022-05-24 11:49
composer.json
988
B
-rw-rw-r--
2022-05-24 11:49
Save
Rename
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ use Symfony\Polyfill\Php81 as p; if (\PHP_VERSION_ID >= 80100) { return; } if (defined('MYSQLI_REFRESH_SLAVE') && !defined('MYSQLI_REFRESH_REPLICA')) { define('MYSQLI_REFRESH_REPLICA', 64); } if (!function_exists('array_is_list')) { function array_is_list(array $array): bool { return p\Php81::array_is_list($array); } } if (!function_exists('enum_exists')) { function enum_exists(string $enum, bool $autoload = true): bool { return $autoload && class_exists($enum) && false; } }