Guest User

Untitled

a guest
Aug 24th, 2013
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1.     public function actionFbIn()
  2.     {
  3.         if ($this->user->isLoggedIn()) {
  4.             $this->redirect('Homepage:default');
  5.         }
  6.         $this->redirect('facebookLogin-open!');
  7.     }
Advertisement
Add Comment
Please, Sign In to add comment