ヤミRoot VoidGate
User / IP
:
216.73.216.211
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
/
itrave
/
api
/
vendor
/
sensio
/
generator-bundle
/
Resources
/
skeleton
/
crud
/
config
/
Viewing: routing.php.twig
<?php {% block use_statements %} use Symfony\Component\Routing\RouteCollection; use Symfony\Component\Routing\Route; {% endblock use_statements %} {% block definition %} $collection = new RouteCollection(); {% endblock definition %} {% block body %} {% if 'index' in actions %} $collection->add('{{ route_name_prefix }}_index', new Route( '/', array('_controller' => '{{ bundle }}:{{ entity }}:index'), array(), array(), '', array(), array('GET') )); {% endif %} {% if 'show' in actions %} $collection->add('{{ route_name_prefix }}_show', new Route( '/{{ '{' ~ identifier ~ '}' }}/show', array('_controller' => '{{ bundle }}:{{ entity }}:show'), array(), array(), '', array(), array('GET') )); {% endif %} {% if 'new' in actions %} $collection->add('{{ route_name_prefix }}_new', new Route( '/new', array('_controller' => '{{ bundle }}:{{ entity }}:new'), array(), array(), '', array(), array('GET', 'POST') )); {% endif %} {% if 'edit' in actions %} $collection->add('{{ route_name_prefix }}_edit', new Route( '/{{ '{' ~ identifier ~ '}' }}/edit', array('_controller' => '{{ bundle }}:{{ entity }}:edit'), array(), array(), '', array(), array('GET', 'POST') )); {% endif %} {% if 'delete' in actions %} $collection->add('{{ route_name_prefix }}_delete', new Route( '/{{ '{' ~ identifier ~ '}' }}/delete', array('_controller' => '{{ bundle }}:{{ entity }}:delete'), array(), array(), '', array(), array('DELETE') )); {% endif %} {% endblock body %} {% block return %} return $collection; {% endblock return %}
Coded With 💗 by
0x6ick