logout linked to secure page
This commit is contained in:
parent
5d47dec269
commit
f087365314
@ -26,10 +26,13 @@ echo "Your full name is: ".$usergn." ".$userln;
|
|||||||
echo "<br/>";
|
echo "<br/>";
|
||||||
echo "And your email is: ".$useremail;
|
echo "And your email is: ".$useremail;
|
||||||
echo "<br/>";
|
echo "<br/>";
|
||||||
|
echo "You can logout <a href="logout.php">here</a>";
|
||||||
|
echo "<br />";
|
||||||
echo "<br/>";
|
echo "<br/>";
|
||||||
echo "This is the end now!";
|
echo "This is the end now!";
|
||||||
echo "<br />";
|
echo "<br />";
|
||||||
echo "goodbye";
|
echo "goodbye";
|
||||||
?>
|
?>
|
||||||
|
<a href="logout.php"><button>LOGOUT</button></a>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
x
Reference in New Issue
Block a user