コード例 #1
0
 public function view()
 {
     $Security = new Security();
     $Security->logout();
     header('Location:/authentication');
     return $this->render("usability:authentication.html");
 }