From 173c258b00f1fb364de1bad230d944af940a6502 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 8 Jan 2021 13:26:55 +0100 Subject: [PATCH] added dummyuser --- login.php | 4 ++-- register.php | 4 ++-- secure.php | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/login.php b/login.php index 15cdc4b..da4010d 100644 --- a/login.php +++ b/login.php @@ -1,6 +1,6 @@ - \ No newline at end of file + diff --git a/register.php b/register.php index 78d136b..c0d4507 100644 --- a/register.php +++ b/register.php @@ -1,6 +1,6 @@ @@ -79,4 +79,4 @@ Password (aganin):
?> - \ No newline at end of file + diff --git a/secure.php b/secure.php index 4a42e31..f21777b 100644 --- a/secure.php +++ b/secure.php @@ -7,6 +7,6 @@ if(!isset($_SESSION['userid'])) { $userid = $_SESSION['userid']; echo "Hi ".$userid; -echo "
" -echo "This is secure now!" -?> \ No newline at end of file +echo "
"; +echo "This is secure now!"; +?>