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.141.29.119
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
var /
cache /
prod /
Symfony /
Config /
Delete
Unzip
Name
Size
Permission
Date
Action
Doctrine
[ DIR ]
drwxrwxr-x
2022-12-09 22:56
DoctrineMigrations
[ DIR ]
drwxrwxr-x
2022-12-09 22:56
FosJsRouting
[ DIR ]
drwxrwxr-x
2022-12-09 22:56
FosUser
[ DIR ]
drwxrwxr-x
2022-12-09 22:56
Framework
[ DIR ]
drwxrwxr-x
2022-12-09 22:56
JmsSerializer
[ DIR ]
drwxrwxr-x
2022-12-09 22:56
Monolog
[ DIR ]
drwxrwxr-x
2022-12-09 22:56
Security
[ DIR ]
drwxrwxr-x
2022-12-09 22:56
SensioFrameworkExtra
[ DIR ]
drwxrwxr-x
2022-12-09 22:56
Swiftmailer
[ DIR ]
drwxrwxr-x
2022-12-09 22:56
Twig
[ DIR ]
drwxrwxr-x
2022-12-09 22:56
DoctrineConfig.php
3.28
KB
-rw-rw-r--
2022-12-09 22:56
DoctrineMigrationsConfig.php
10.33
KB
-rw-rw-r--
2022-12-09 22:56
FosJsRoutingConfig.php
4.58
KB
-rw-rw-r--
2022-12-09 22:56
FosUserConfig.php
13.33
KB
-rw-rw-r--
2022-12-09 22:56
FrameworkConfig.php
46.83
KB
-rw-rw-r--
2022-12-09 22:56
JmsSerializerConfig.php
11.34
KB
-rw-rw-r--
2022-12-09 22:56
MonologConfig.php
3.57
KB
-rw-rw-r--
2022-12-09 22:56
SecurityConfig.php
13.95
KB
-rw-rw-r--
2022-12-09 22:56
SensioFrameworkExtraConfig.php
7.02
KB
-rw-rw-r--
2022-12-09 22:56
SwiftmailerConfig.php
2.59
KB
-rw-rw-r--
2022-12-09 22:56
TwigConfig.php
12.76
KB
-rw-rw-r--
2022-12-09 22:56
Save
Rename
<?php namespace Symfony\Config; require_once __DIR__.\DIRECTORY_SEPARATOR.'SensioFrameworkExtra'.\DIRECTORY_SEPARATOR.'RouterConfig.php'; require_once __DIR__.\DIRECTORY_SEPARATOR.'SensioFrameworkExtra'.\DIRECTORY_SEPARATOR.'RequestConfig.php'; require_once __DIR__.\DIRECTORY_SEPARATOR.'SensioFrameworkExtra'.\DIRECTORY_SEPARATOR.'ViewConfig.php'; require_once __DIR__.\DIRECTORY_SEPARATOR.'SensioFrameworkExtra'.\DIRECTORY_SEPARATOR.'CacheConfig.php'; require_once __DIR__.\DIRECTORY_SEPARATOR.'SensioFrameworkExtra'.\DIRECTORY_SEPARATOR.'SecurityConfig.php'; require_once __DIR__.\DIRECTORY_SEPARATOR.'SensioFrameworkExtra'.\DIRECTORY_SEPARATOR.'TemplatingConfig.php'; use Symfony\Component\Config\Definition\Exception\InvalidConfigurationException; /** * This class is automatically generated to help in creating a config. */ class SensioFrameworkExtraConfig implements \Symfony\Component\Config\Builder\ConfigBuilderInterface { private $router; private $request; private $view; private $cache; private $security; private $templating; private $_usedProperties = []; public function router(array $value = []): \Symfony\Config\SensioFrameworkExtra\RouterConfig { if (null === $this->router) { $this->_usedProperties['router'] = true; $this->router = new \Symfony\Config\SensioFrameworkExtra\RouterConfig($value); } elseif (0 < \func_num_args()) { throw new InvalidConfigurationException('The node created by "router()" has already been initialized. You cannot pass values the second time you call router().'); } return $this->router; } public function request(array $value = []): \Symfony\Config\SensioFrameworkExtra\RequestConfig { if (null === $this->request) { $this->_usedProperties['request'] = true; $this->request = new \Symfony\Config\SensioFrameworkExtra\RequestConfig($value); } elseif (0 < \func_num_args()) { throw new InvalidConfigurationException('The node created by "request()" has already been initialized. You cannot pass values the second time you call request().'); } return $this->request; } public function view(array $value = []): \Symfony\Config\SensioFrameworkExtra\ViewConfig { if (null === $this->view) { $this->_usedProperties['view'] = true; $this->view = new \Symfony\Config\SensioFrameworkExtra\ViewConfig($value); } elseif (0 < \func_num_args()) { throw new InvalidConfigurationException('The node created by "view()" has already been initialized. You cannot pass values the second time you call view().'); } return $this->view; } public function cache(array $value = []): \Symfony\Config\SensioFrameworkExtra\CacheConfig { if (null === $this->cache) { $this->_usedProperties['cache'] = true; $this->cache = new \Symfony\Config\SensioFrameworkExtra\CacheConfig($value); } elseif (0 < \func_num_args()) { throw new InvalidConfigurationException('The node created by "cache()" has already been initialized. You cannot pass values the second time you call cache().'); } return $this->cache; } public function security(array $value = []): \Symfony\Config\SensioFrameworkExtra\SecurityConfig { if (null === $this->security) { $this->_usedProperties['security'] = true; $this->security = new \Symfony\Config\SensioFrameworkExtra\SecurityConfig($value); } elseif (0 < \func_num_args()) { throw new InvalidConfigurationException('The node created by "security()" has already been initialized. You cannot pass values the second time you call security().'); } return $this->security; } public function templating(array $value = []): \Symfony\Config\SensioFrameworkExtra\TemplatingConfig { if (null === $this->templating) { $this->_usedProperties['templating'] = true; $this->templating = new \Symfony\Config\SensioFrameworkExtra\TemplatingConfig($value); } elseif (0 < \func_num_args()) { throw new InvalidConfigurationException('The node created by "templating()" has already been initialized. You cannot pass values the second time you call templating().'); } return $this->templating; } public function getExtensionAlias(): string { return 'sensio_framework_extra'; } public function __construct(array $value = []) { if (array_key_exists('router', $value)) { $this->_usedProperties['router'] = true; $this->router = new \Symfony\Config\SensioFrameworkExtra\RouterConfig($value['router']); unset($value['router']); } if (array_key_exists('request', $value)) { $this->_usedProperties['request'] = true; $this->request = new \Symfony\Config\SensioFrameworkExtra\RequestConfig($value['request']); unset($value['request']); } if (array_key_exists('view', $value)) { $this->_usedProperties['view'] = true; $this->view = new \Symfony\Config\SensioFrameworkExtra\ViewConfig($value['view']); unset($value['view']); } if (array_key_exists('cache', $value)) { $this->_usedProperties['cache'] = true; $this->cache = new \Symfony\Config\SensioFrameworkExtra\CacheConfig($value['cache']); unset($value['cache']); } if (array_key_exists('security', $value)) { $this->_usedProperties['security'] = true; $this->security = new \Symfony\Config\SensioFrameworkExtra\SecurityConfig($value['security']); unset($value['security']); } if (array_key_exists('templating', $value)) { $this->_usedProperties['templating'] = true; $this->templating = new \Symfony\Config\SensioFrameworkExtra\TemplatingConfig($value['templating']); unset($value['templating']); } if ([] !== $value) { throw new InvalidConfigurationException(sprintf('The following keys are not supported by "%s": ', __CLASS__).implode(', ', array_keys($value))); } } public function toArray(): array { $output = []; if (isset($this->_usedProperties['router'])) { $output['router'] = $this->router->toArray(); } if (isset($this->_usedProperties['request'])) { $output['request'] = $this->request->toArray(); } if (isset($this->_usedProperties['view'])) { $output['view'] = $this->view->toArray(); } if (isset($this->_usedProperties['cache'])) { $output['cache'] = $this->cache->toArray(); } if (isset($this->_usedProperties['security'])) { $output['security'] = $this->security->toArray(); } if (isset($this->_usedProperties['templating'])) { $output['templating'] = $this->templating->toArray(); } return $output; } }