diff --git a/secure.php b/secure.php index 5789830..5d7be99 100644 --- a/secure.php +++ b/secure.php @@ -26,10 +26,13 @@ echo "Your full name is: ".$usergn." ".$userln; echo "
"; echo "And your email is: ".$useremail; echo "
"; +echo "You can logout here"; +echo "
"; echo "
"; echo "This is the end now!"; echo "
"; echo "goodbye"; ?> + \ No newline at end of file