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 : 18.116.42.143
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
vendor /
twig /
twig /
Delete
Unzip
Name
Size
Permission
Date
Action
.github
[ DIR ]
drwxrwxr-x
2022-08-12 06:47
doc
[ DIR ]
drwxrwxr-x
2022-08-12 06:47
src
[ DIR ]
drwxrwxr-x
2022-08-12 06:47
.editorconfig
224
B
-rw-rw-r--
2022-08-12 06:47
.gitattributes
99
B
-rw-rw-r--
2022-08-12 06:47
.gitignore
58
B
-rw-rw-r--
2022-08-12 06:47
.php-cs-fixer.dist.php
795
B
-rw-rw-r--
2022-08-12 06:47
CHANGELOG
4.43
KB
-rw-rw-r--
2022-08-12 06:47
LICENSE
1.48
KB
-rw-rw-r--
2022-08-12 06:47
README.rst
741
B
-rw-rw-r--
2022-08-12 06:47
composer.json
1.23
KB
-rw-rw-r--
2022-08-12 06:47
Save
Rename
<?php return (new PhpCsFixer\Config()) ->setRules([ '@Symfony' => true, '@Symfony:risky' => true, '@PHPUnit75Migration:risky' => true, 'php_unit_dedicate_assert' => ['target' => '5.6'], 'array_syntax' => ['syntax' => 'short'], 'php_unit_fqcn_annotation' => true, 'no_unreachable_default_argument_value' => false, 'braces' => ['allow_single_line_closure' => true], 'heredoc_to_nowdoc' => false, 'ordered_imports' => true, 'phpdoc_types_order' => ['null_adjustment' => 'always_last', 'sort_algorithm' => 'none'], 'native_function_invocation' => ['include' => ['@compiler_optimized'], 'scope' => 'all'], ]) ->setRiskyAllowed(true) ->setFinder((new PhpCsFixer\Finder())->in(__DIR__)) ;