Commit 395234c3 by Suryaningsih Sinaga

memperbaharui

parent 79566c47
...@@ -73,6 +73,10 @@ if(isset($_GET['out'])){ ...@@ -73,6 +73,10 @@ if(isset($_GET['out'])){
</ul> </ul>
</li> </li>
<li><a href="aboutus.php">Feedback</a></li>
<li><a href="daftarkamar.php">Daftar Kamar</a></li>
<li><a href="contactus.php">Contact Us</a></li>
<?php <?php
if(!isset($_SESSION['is_logged_in'])) if(!isset($_SESSION['is_logged_in']))
{ {
...@@ -80,11 +84,7 @@ if(isset($_GET['out'])){ ...@@ -80,11 +84,7 @@ if(isset($_GET['out'])){
} }
else{ else{
echo '<li><a href="index.php?out">LOGOUT (' . $_SESSION['username'] .')</a></li>'; echo '<li><a href="index.php?out">LOGOUT (' . $_SESSION['username'] .')</a></li>';
}?> }?>
<li><a href="aboutus.php">Feedback</a></li>
<li><a href="daftarkamar.php">Daftar Kamar</a></li>
<li><a href="contactus.php">Contact Us</a></li>
</ul> </ul>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment