diff --git a/login.php b/login.php
index 39a3ca8..9ce9477 100644
--- a/login.php
+++ b/login.php
@@ -20,7 +20,7 @@ if(isset($_GET['login'])) {
$_SESSION['activated'] = $user['activated'];
$_SESSION['updated_at'] = $user['updated_at'];
$_SESSION['isadmin'] = $user['isadmin'];
- die('
');
+ die(' ');
} else {
$errorMessage = 'somethings wrong (maybe wrong password or wrong user)
';
}
diff --git a/logout.php b/logout.php
index cb105ab..a2fbc3a 100644
--- a/logout.php
+++ b/logout.php
@@ -2,7 +2,7 @@
Logout
-
+
@@ -25,9 +25,21 @@ session_start();
- Sign In
+ 0){
+ echo 'Sign Out';
+ }else{
+ echo 'Sign In';
+ }
+ ?>
- This page is using cookies for the Session ID and information. If you continue to use the site, you'll accept this.
+
+