Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 1 Rev 60
Línea 425... Línea 425...
425
                    ]
425
                    ]
426
                ]
426
                ]
427
            ],
427
            ],
Línea 428... Línea 428...
428
            
428
            
429
            
429
            
430
            'dashboard-500' => [
430
            'dashboard2' => [
431
                'type' => Segment::class,
431
                'type' => Segment::class,
432
                'options' => [
432
                'options' => [
433
                    'route' => '/dashboard-500',
433
                    'route' => '/dashboard2',
434
                    'defaults' => [
434
                    'defaults' => [
435
                        'controller' => '\LeadersLinked\Controller\DashboardController',
435
                        'controller' => '\LeadersLinked\Controller\DashboardController',
436
                        'action' => 'error500'
436
                        'action' => 'dashboard2'
437
                    ]
437
                    ]