Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.217.117
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
v3.cesa.co.za /
vendor /
nelmio /
cors-bundle /
Delete
Unzip
Name
Size
Permission
Date
Action
DependencyInjection
[ DIR ]
drwxrwxr-x
2026-08-17 03:12
EventListener
[ DIR ]
drwxrwxr-x
2026-08-17 03:12
Options
[ DIR ]
drwxrwxr-x
2026-08-17 03:12
Resources
[ DIR ]
drwxrwxr-x
2026-08-17 03:12
.htaccess
237
B
-r-xr-xr-x
2026-08-17 03:12
CHANGELOG.md
4.07
KB
-rwxrwxr-x
2026-01-12 15:59
LICENSE
1.02
KB
-rwxrwxr-x
2026-01-12 15:59
NelmioCorsBundle.php
671
B
-rwxrwxr-x
2026-01-12 15:59
README.md
1.11
KB
-rwxrwxr-x
2026-01-12 15:59
SECURITY.md
95
B
-rwxrwxr-x
2026-01-12 15:59
composer.json
1.18
KB
-rwxrwxr-x
2026-01-12 15:59
Save
Rename
<?php /* * This file is part of the NelmioCorsBundle. * * (c) Nelmio <hello@nelm.io> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Nelmio\CorsBundle; use Symfony\Component\DependencyInjection\ContainerBuilder; use Symfony\Component\HttpKernel\Bundle\Bundle; /** * @author Jordi Boggiano <j.boggiano@seld.be> */ class NelmioCorsBundle extends Bundle { public function build(ContainerBuilder $container): void { parent::build($container); $container->addCompilerPass(new DependencyInjection\Compiler\CorsConfigurationProviderPass()); } }