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.188.39.197
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-profiler-bundle /
Delete
Unzip
Name
Size
Permission
Date
Action
Controller
[ DIR ]
drwxrwxr-x
2022-06-06 19:10
Csp
[ DIR ]
drwxrwxr-x
2022-06-06 19:10
DependencyInjection
[ DIR ]
drwxrwxr-x
2022-06-06 19:10
EventListener
[ DIR ]
drwxrwxr-x
2022-06-06 19:10
Profiler
[ DIR ]
drwxrwxr-x
2022-06-06 19:10
Resources
[ DIR ]
drwxrwxr-x
2022-06-06 19:10
Twig
[ DIR ]
drwxrwxr-x
2022-06-06 19:10
CHANGELOG.md
2.34
KB
-rw-rw-r--
2022-06-06 19:10
LICENSE
1.04
KB
-rw-rw-r--
2022-06-06 19:10
README.md
566
B
-rw-rw-r--
2022-06-06 19:10
WebProfilerBundle.php
706
B
-rw-rw-r--
2022-06-06 19:10
composer.json
1.43
KB
-rw-rw-r--
2022-06-06 19:10
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\WebProfilerBundle; use Symfony\Component\HttpKernel\Bundle\Bundle; /** * @author Fabien Potencier <fabien@symfony.com> */ class WebProfilerBundle extends Bundle { public function boot() { if ('prod' === $this->container->getParameter('kernel.environment')) { @trigger_error('Using WebProfilerBundle in production is not supported and puts your project at risk, disable it.', \E_USER_WARNING); } } }