that was a stupid mistake...

This commit is contained in:
Thies Mueller 2021-01-08 17:35:49 +01:00
parent 5dfa14a424
commit b5e1f139b3

View File

@ -26,7 +26,7 @@ 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 'You can logout <a href="logout.php">here</a>';
echo "<br/>"; echo "<br/>";
echo "<br/>"; echo "<br/>";
echo "This is the end now!"; echo "This is the end now!";