/ Published in: PHP
Expand |
Embed | Plain Text
public function pollAction() { # auth $a = $this->isAuth(); if($a==1){ $this->user = $_SESSION['']; } else { $this->_redirect(''); } if($this->checkUserAlreadyFilledPoll($_SESSION['']['id'],1)==1) { $this->_redirect(''); } }
You need to login to post a comment.
