Example #1
0
 public function logout()
 {
     $user = new admins();
     $user->logout();
     header("Location: " . SITE_URL . "/admin");
 }