404

[ Avaa Bypassed ]




Upload:

Command:

botdev@13.59.84.174: ~ $
<?php

namespace Symfony\Component\Routing\Loader\Configurator;

return function (RoutingConfigurator $routes) {
    $routes
        ->collection()
        ->add('foo', '/foo')
            ->condition('abc')
            ->options(array('utf8' => true))
        ->add('buz', 'zub')
            ->controller('foo:act');

    $routes->import('php_dsl_sub.php')
        ->prefix('/sub')
        ->requirements(array('id' => '\d+'));

    $routes->add('ouf', '/ouf')
        ->schemes(array('https'))
        ->methods(array('GET'))
        ->defaults(array('id' => 0));
};

Filemanager

Name Type Size Permission Actions
AnnotatedClasses Folder 0755
OtherAnnotatedClasses Folder 0755
controller Folder 0755
directory Folder 0755
directory_import Folder 0755
dumper Folder 0755
glob Folder 0755
CustomCompiledRoute.php File 389 B 0644
CustomRouteCompiler.php File 590 B 0644
CustomXmlFileLoader.php File 623 B 0644
RedirectableUrlMatcher.php File 793 B 0644
annotated.php File 0 B 0644
bad_format.yml File 84 B 0644
bar.xml File 0 B 0644
empty.yml File 0 B 0644
file_resource.yml File 0 B 0644
foo.xml File 0 B 0644
foo1.xml File 0 B 0644
incomplete.yml File 66 B 0644
list_defaults.xml File 659 B 0644
list_in_list_defaults.xml File 722 B 0644
list_in_map_defaults.xml File 731 B 0644
list_null_values.xml File 760 B 0644
map_defaults.xml File 705 B 0644
map_in_list_defaults.xml File 768 B 0644
map_in_map_defaults.xml File 776 B 0644
map_null_values.xml File 839 B 0644
missing_id.xml File 303 B 0644
missing_path.xml File 303 B 0644
namespaceprefix.xml File 830 B 0644
nonesense_resource_plus_path.yml File 62 B 0644
nonesense_type_without_resource.yml File 57 B 0644
nonvalid.xml File 403 B 0644
nonvalid.yml File 4 B 0644
nonvalid2.yml File 14 B 0644
nonvalidkeys.yml File 61 B 0644
nonvalidnode.xml File 289 B 0644
nonvalidroute.xml File 487 B 0644
null_values.xml File 529 B 0644
php_dsl.php File 569 B 0644
php_dsl_sub.php File 286 B 0644
scalar_defaults.xml File 1.01 KB 0644
special_route_name.yml File 31 B 0644
validpattern.php File 474 B 0644
validpattern.xml File 702 B 0644
validpattern.yml File 404 B 0644
validresource.php File 478 B 0644
validresource.xml File 539 B 0644
validresource.yml File 243 B 0644
with_define_path_variable.php File 83 B 0644
withdoctype.xml File 49 B 0644