⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.45
Server IP:
185.238.29.86
Server:
Linux server2 6.8.12-6-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-6 (2024-12-19T19:05Z) x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.31
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
thread-self
/
root
/
var
/
www
/
shopware
/
config
/
Edit File: bundles.php
<?php declare(strict_types=1); $bundles = [ Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true], Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true], Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true], Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true], Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true, 'test' => true], Enqueue\Bundle\EnqueueBundle::class => ['all' => true], Enqueue\MessengerAdapter\Bundle\EnqueueAdapterBundle::class => ['all' => true], Shopware\Core\Framework\Framework::class => ['all' => true], Shopware\Core\System\System::class => ['all' => true], Shopware\Core\Content\Content::class => ['all' => true], Shopware\Core\Checkout\Checkout::class => ['all' => true], Shopware\Administration\Administration::class => ['all' => true], Shopware\Storefront\Storefront::class => ['all' => true], Shopware\Elasticsearch\Elasticsearch::class => ['all' => true], ]; if (\class_exists(Shopware\Core\Maintenance\Maintenance::class)) { $bundles[Shopware\Core\Maintenance\Maintenance::class] = ['all' => true]; } if (\class_exists(Shopware\Core\DevOps\DevOps::class)) { $bundles[Shopware\Core\DevOps\DevOps::class] = ['e2e' => true]; } if (\class_exists(Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class)) { $bundles[Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class] = ['dev' => true, 'test' => true]; $bundles[Shopware\Core\Profiling\Profiling::class] = ['dev' => true]; } return $bundles;
Simpan