Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5612 Rev 5751
Línea 205... Línea 205...
205
                        'controller' => '\LeadersLinked\Controller\HomeController',
205
                        'controller' => '\LeadersLinked\Controller\HomeController',
206
                        'action' => 'index'
206
                        'action' => 'index'
207
                    ]
207
                    ]
208
                ]
208
                ]
209
            ],
209
            ],
-
 
210
            'language' => [
-
 
211
                'type' => Literal::class,
-
 
212
                'options' => [
-
 
213
                    'route' => '/language',
-
 
214
                    'defaults' => [
-
 
215
                        'controller' => '\LeadersLinked\Controller\HomeController',
-
 
216
                        'action' => 'language'
-
 
217
                    ]
-
 
218
                ]
-
 
219
            ],
210
            'share' => [
220
            'share' => [
211
                'type' => Segment::class,
221
                'type' => Segment::class,
212
                'options' => [
222
                'options' => [
213
                    'route' => '/share/type/:type/code/:code/user/:user/timestamp/:timestamp/rand/:rand/password/:password',
223
                    'route' => '/share/type/:type/code/:code/user/:user/timestamp/:timestamp/rand/:rand/password/:password',
214
                    'constraints' => [
224
                    'constraints' => [