Loading config/module.config.php +10 −0 Original line number Diff line number Diff line Loading @@ -204,6 +204,16 @@ return array( ), ), ), 'register' => array( 'type' => 'Literal', 'options' => array( 'route' => '/creation-compte', 'defaults' => array( 'controller' => 'zfcuser', 'action' => 'register', ), ), ), ), ), ), Loading Loading
config/module.config.php +10 −0 Original line number Diff line number Diff line Loading @@ -204,6 +204,16 @@ return array( ), ), ), 'register' => array( 'type' => 'Literal', 'options' => array( 'route' => '/creation-compte', 'defaults' => array( 'controller' => 'zfcuser', 'action' => 'register', ), ), ), ), ), ), Loading