Beispiel #1
0
 public function actionLogout()
 {
     AdminDB::logout();
     $this->redirect($_SERVER["HTTP_REFERER"]);
 }