Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3349 Rev 3379
Línea 309... Línea 309...
309
                ]
309
                ]
310
            ],
310
            ],
311
            'share' => [
311
            'share' => [
312
                'type' => Segment::class,
312
                'type' => Segment::class,
313
                'options' => [
313
                'options' => [
314
                    'route' => '/share/type/:type/code/:code',
314
                    'route' => '/share/type/:type/code/:code/user/:user/timestamp/:timestamp/rand/:rand/password/:password',
315
                    'constraints' => [
315
                    'constraints' => [
316
                        'type' => 'feed|post',
316
                        'type' => 'feed|post',
317
                        'code' => '[A-Za-z0-9\-]+\=*',
317
                        'code' => '[A-Za-z0-9\-]+\=*',
-
 
318
                        'user' => '[A-Za-z0-9\-]+\=*',
-
 
319
                        'timestamp' => '[0-9]*',
-
 
320
                        'rand' => '[0-9]*',
-
 
321
                        'password' => '[A-Za-z0-9]*',
318
                    ],
322
                    ],
319
                    'defaults' => [
323
                    'defaults' => [
320
                        'controller' => '\LeadersLinked\Controller\HomeController',
324
                        'controller' => '\LeadersLinked\Controller\HomeController',
321
                        'action' => 'share',
325
                        'action' => 'share',
322
                    ],
326
                    ],