Skip to content

Commit

Permalink
--
Browse files Browse the repository at this point in the history
  • Loading branch information
CAUN94 committed Apr 26, 2016
1 parent 253be55 commit 89aa8e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Http/Controllers/CursoController.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ public function inscribir(Curso $curso,Request $request)
$headers .= "Reply-To: [email protected] ";
mail($to,$email_subject,$email_body,$headers);

window.open("http://www.laravel.com", "_blank", "toolbar=yes, scrollbars=yes, resizable=yes, top=500,left=500,width=400, height=400");

return redirect()->action('UniversitysController@show',[$Uni->id."#about"]);
}
Expand Down

0 comments on commit 89aa8e8

Please sign in to comment.