Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 2004 | Rev 2455 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 2004 Rev 2444
Línea 340... Línea 340...
340
                        'controller' => '\LeadersLinked\Controller\AuthController',
340
                        'controller' => '\LeadersLinked\Controller\AuthController',
341
                        'action' => 'csrf'
341
                        'action' => 'csrf'
342
                    ]
342
                    ]
343
                ]
343
                ]
344
            ],
344
            ],
-
 
345
 
345
            'onroom' => [
346
            'onroom' => [
346
                'type' => Literal::class,
347
                'type' => Literal::class,
347
                'options' => [
348
                'options' => [
348
                    'route' => '/onroom',
349
                    'route' => '/onroom',
349
                    'defaults' => [
350
                    'defaults' => [
Línea 2583... Línea 2584...
2583
                                'controller' => '\LeadersLinked\Controller\HelperController',
2584
                                'controller' => '\LeadersLinked\Controller\HelperController',
2584
                                'action' => 'groupsSuggestion'
2585
                                'action' => 'groupsSuggestion'
2585
                            ]
2586
                            ]
2586
                        ]
2587
                        ]
2587
                    ],
2588
                    ],
-
 
2589
                    'footer' => [
-
 
2590
                        'type' => Literal::class,
-
 
2591
                        'options' => [
-
 
2592
                            'route' => '/footer',
-
 
2593
                            'defaults' => [
-
 
2594
                                'controller' => '\LeadersLinked\Controller\HelperController',
-
 
2595
                                'action' => 'footer'
-
 
2596
                            ]
-
 
2597
                        ]
-
 
2598
                    ],
2588
                ]
2599
                ]
2589
            ],
2600
            ],
2590
            'help' => [
2601
            'help' => [
2591
                'type' => Literal::class,
2602
                'type' => Literal::class,
2592
                'options' => [
2603
                'options' => [