Add Alert Page

This commit is contained in:
Ibnu Maksum
2024-02-23 14:20:12 +07:00
parent 6de63bed63
commit c6a203b1f0
12 changed files with 88 additions and 25 deletions

View File

@ -9,4 +9,4 @@ if (session_status() == PHP_SESSION_NONE) session_start();
Admin::removeCookie();
User::removeCookie();
session_destroy();
header('location: index.php');
_alert(Lang::T('Logout Successful'),'warning', "login");