logout linked to secure page

This commit is contained in:
Thies Mueller 2021-01-08 17:33:37 +01:00
parent 5d47dec269
commit f087365314

View File

@ -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>