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 : 52.14.238.102
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp /
vendor /
theseer /
tokenizer /
Delete
Unzip
Name
Size
Permission
Date
Action
src
[ DIR ]
drwxr-xr-x
2017-04-07 09:00
tests
[ DIR ]
drwxr-xr-x
2017-04-07 09:00
.gitignore
77
B
-rw-r--r--
2017-04-07 09:00
.php_cs
1.9
KB
-rw-r--r--
2017-04-07 09:00
.travis.yml
533
B
-rw-r--r--
2017-04-07 09:00
LICENSE
1.5
KB
-rw-r--r--
2017-04-07 09:00
README.md
1.76
KB
-rw-r--r--
2017-04-07 09:00
build.xml
1.58
KB
-rw-r--r--
2017-04-07 09:00
composer.json
554
B
-rw-r--r--
2017-04-07 09:00
phive.xml
257
B
-rw-r--r--
2017-04-07 09:00
phpunit.xml
889
B
-rw-r--r--
2017-04-07 09:00
Save
Rename
<?php $finder = Symfony\CS\Finder\DefaultFinder::create() ->files() ->in('src') ->in('tests') ->name('*.php'); return Symfony\CS\Config\Config::create() ->setUsingCache(true) ->level(\Symfony\CS\FixerInterface::NONE_LEVEL) ->fixers( array( 'align_double_arrow', 'align_equals', 'concat_with_spaces', 'duplicate_semicolon', 'elseif', 'empty_return', 'encoding', 'eof_ending', 'extra_empty_lines', 'function_call_space', 'function_declaration', 'indentation', 'join_function', 'line_after_namespace', 'linefeed', 'list_commas', 'lowercase_constants', 'lowercase_keywords', 'method_argument_space', 'multiple_use', 'namespace_no_leading_whitespace', 'no_blank_lines_after_class_opening', 'no_empty_lines_after_phpdocs', 'parenthesis', 'php_closing_tag', 'phpdoc_indent', 'phpdoc_no_access', 'phpdoc_no_empty_return', 'phpdoc_no_package', 'phpdoc_params', 'phpdoc_scalar', 'phpdoc_separation', 'phpdoc_to_comment', 'phpdoc_trim', 'phpdoc_types', 'phpdoc_var_without_name', 'remove_lines_between_uses', 'return', 'self_accessor', 'short_array_syntax', 'short_tag', 'single_line_after_imports', 'single_quote', 'spaces_before_semicolon', 'spaces_cast', 'ternary_spaces', 'trailing_spaces', 'trim_array_spaces', 'unused_use', 'visibility', 'whitespacy_lines' ) ) ->finder($finder);