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.147.67.34
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 /
web-server-bundle /
Delete
Unzip
Name
Size
Permission
Date
Action
Command
[ DIR ]
drwxrwxr-x
2019-10-12 00:35
DependencyInjection
[ DIR ]
drwxrwxr-x
2019-10-12 00:35
Resources
[ DIR ]
drwxrwxr-x
2019-10-12 00:35
.gitattributes
79
B
-rw-rw-r--
2019-10-12 00:35
CHANGELOG.md
317
B
-rw-rw-r--
2019-10-12 00:35
LICENSE
1.04
KB
-rw-rw-r--
2019-10-12 00:35
README.md
580
B
-rw-rw-r--
2019-10-12 00:35
WebServer.php
5.19
KB
-rw-rw-r--
2019-10-12 00:35
WebServerBundle.php
723
B
-rw-rw-r--
2019-10-12 00:35
WebServerConfig.php
4.16
KB
-rw-rw-r--
2019-10-12 00:35
composer.json
1.21
KB
-rw-rw-r--
2019-10-12 00:35
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. */ namespace Symfony\Bundle\WebServerBundle; use Symfony\Component\HttpKernel\Bundle\Bundle; /** * @deprecated since Symfony 4.4, to be removed in 5.0; the new Symfony local server has more features, you can use it instead. */ class WebServerBundle extends Bundle { public function boot() { @trigger_error('Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead.', E_USER_DEPRECATED); } }