Gitlab@Informatics

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

Initial commit

parent 548fc2ef
No related branches found
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.
Finish editing this message first!
Please register or to comment