removed oath
Showing
3 changed files
with
14 additions
and
8 deletions
| ... | @@ -55,12 +55,15 @@ | ... | @@ -55,12 +55,15 @@ |
| 55 | </head> | 55 | </head> |
| 56 | 56 | ||
| 57 | <body> | 57 | <body> |
| 58 | |||
| 58 | <?php | 59 | <?php |
| 59 | if (isset($_SESSION['username'])) { | 60 | include('includes/loggedin.php'); |
| 60 | include('includes/loggedin.php'); | 61 | |
| 61 | } else { | 62 | //if (isset($_SESSION['username'])) { |
| 62 | include('includes/auth.php'); | 63 | // include('includes/loggedin.php'); |
| 63 | } | 64 | //} else { |
| 65 | // include('includes/auth.php'); | ||
| 66 | //} | ||
| 64 | ?> | 67 | ?> |
| 65 | 68 | ||
| 66 | <div id="TzLogo"> | 69 | <div id="TzLogo"> | ... | ... |
-
Please register or sign in to post a comment