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.42.23
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
config /
Delete
Unzip
Name
Size
Permission
Date
Action
packages
[ DIR ]
drwxrwxr-x
2022-09-12 09:01
routes
[ DIR ]
drwxrwxr-x
2022-08-30 10:38
bundles.php
1.3
KB
-rw-rw-r--
2023-08-09 09:16
preload.php
184
B
-rw-rw-r--
2022-08-25 14:41
routes.yaml
2.07
KB
-rw-rw-r--
2023-08-29 09:17
services.yaml
1.15
KB
-rw-rw-r--
2022-12-03 10:44
Save
Rename
# This file is the entry point to configure your own services. # Files in the packages/ subdirectory configure your dependencies. # Put parameters here that don't need to change on each machine where the app is deployed # https://symfony.com/doc/current/best_practices.html#use-parameters-for-application-configuration parameters: services: # default configuration for services in *this* file _defaults: autowire: true # Automatically injects dependencies in your services. autoconfigure: true # Automatically registers your services as commands, event subscribers, etc. # makes classes in src/ available to be used as services # this creates a service per class whose id is the fully-qualified class name App\: resource: '../src/' exclude: - '../src/DependencyInjection/' - '../src/Entity/' - '../src/Kernel.php' # add more service definitions when explicit configuration is needed # please note that last definitions always *replace* previous ones App\Controller\RegistrationController: arguments: $formFactory: '@fos_user.registration.form.factory'