Example #1
0
 function actionLogout()
 {
     App::userLogout();
     header('Location: http://local.test.com/site/index');
 }