Skip to content

Instantly share code, notes, and snippets.

@pabloprogramador
Last active December 21, 2015 05:09
Show Gist options
  • Select an option

  • Save pabloprogramador/6254723 to your computer and use it in GitHub Desktop.

Select an option

Save pabloprogramador/6254723 to your computer and use it in GitHub Desktop.
Redirecionar login para onde eu quiser aaaaaa
<?php
$this->template->build('users/login',array('redirect_to' => 'produtos/enderecos/selecionar'));
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment