Prueba de logs

parent 15e62601
......@@ -35,6 +35,7 @@ class DefaultController extends Controller {
$id = "none";
$ext = "png";
$firstAttempt = 1;
return $this->redirect($this->generateUrl('nutrapharm_homepage', array("idp" => $id, "extInicial" => $ext, "extFinal"=>"" ,"fa" => $firstAttempt, "r" => $reset)), 301);
} else {
$id = $idPersona;
$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