Esempio n. 1
0
 public static function actionAuth_error()
 {
     self::$authorization_error = 'wrong username or password';
     self::actionIndexByPage(0);
 }