Advertisement
drossha

Untitled

May 25th, 2015
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. public function actionIndex() {
  2.     if (Yii::app()->user->checkAccess('viewPerson')) {
  3.         $this->render('index');
  4.     }
  5.     else {
  6.         $this->redirect(array('site/login'));
  7.     }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement