Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit 98221a50 authored by 65160377's avatar 65160377
Browse files

Initial commit

parent 548fc2ef
Branches
No related tags found
No related merge requests found
......@@ -19,6 +19,10 @@ echo "<script type='text/javascript'> document.location = 'package-list.php'; </
echo "<script>alert('Invalid Details');</script>";
}
session_start();
$_SESSION['userlogin'] = $user_email;
header("Location: dashboard.php"); // เปลี่ยนไปหน้าที่ต้องการหลังล็อกอิน
exit();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment