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!"; +?>