From 4216c2afbf10be5f383fca68b2f0d4decf008ce5 Mon Sep 17 00:00:00 2001 From: Thies Mueller Date: Fri, 8 Jan 2021 17:31:11 +0100 Subject: [PATCH] moar css & now with logout --- login.php | 4 +++- logout.php | 16 ++++++++++++++++ secure.php | 9 +++++++++ 3 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 logout.php diff --git a/login.php b/login.php index aa62402..d590f0e 100644 --- a/login.php +++ b/login.php @@ -26,6 +26,8 @@ if(isset($_GET['login'])) { + + Login @@ -35,7 +37,7 @@ if(isset($errorMessage)) { echo $errorMessage; } ?> - +
Your Username:


diff --git a/logout.php b/logout.php new file mode 100644 index 0000000..80136a7 --- /dev/null +++ b/logout.php @@ -0,0 +1,16 @@ + + + +Logout + + + + + + \ No newline at end of file diff --git a/secure.php b/secure.php index c2d8d88..5789830 100644 --- a/secure.php +++ b/secure.php @@ -1,3 +1,10 @@ + + +Secure Page + + + + "; echo "goodbye"; ?> + + \ No newline at end of file