Guest User

Untitled

a guest
Jul 23rd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. function index(){
  2. if($this->Session->check('Auth.User')){
  3.  
  4. }
  5. else {
  6. $this->Session->setFlash('Utente non loggato');
  7. $this->redirect('/');
  8. }
  9. }
Add Comment
Please, Sign In to add comment