Prueba de logs

parent 15e62601
...@@ -35,6 +35,7 @@ class DefaultController extends Controller { ...@@ -35,6 +35,7 @@ class DefaultController extends Controller {
$id = "none"; $id = "none";
$ext = "png"; $ext = "png";
$firstAttempt = 1; $firstAttempt = 1;
return $this->redirect($this->generateUrl('nutrapharm_homepage', array("idp" => $id, "extInicial" => $ext, "extFinal"=>"" ,"fa" => $firstAttempt, "r" => $reset)), 301);
} else { } else {
$id = $idPersona; $id = $idPersona;
$usuario= UsuarioNutrapharmQuery::create()->filterByUnuIdNutrapharm($idPersona)->findOne(); $usuario= UsuarioNutrapharmQuery::create()->filterByUnuIdNutrapharm($idPersona)->findOne();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment