Actualizacion

parent 9d6265eb
...@@ -35,8 +35,6 @@ class DefaultController extends Controller { ...@@ -35,8 +35,6 @@ class DefaultController extends Controller {
$id = "none"; $id = "none";
$ext = "png"; $ext = "png";
$firstAttempt = 1; $firstAttempt = 1;
}else if($idPersona != null && $firstAttempt != 0){
return $this->redirect($this->generateUrl('nutrapharm_homepage', array("idp" => $id, "fa" =>$firstAttempt)), 301);
} }
else { else {
$id = $idPersona; $id = $idPersona;
......
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