Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PA1-1617-D3TI08
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dodi Agustin Refansius Pakpahan
PA1-1617-D3TI08
Commits
dc8241c6
Commit
dc8241c6
authored
Jun 14, 2017
by
Eirene Hutasoit
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mengedit
parent
395234c3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
header.php
header.php
+5
-5
No files found.
header.php
View file @
dc8241c6
...
...
@@ -73,10 +73,6 @@ if(isset($_GET['out'])){
</ul>
</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
if
(
!
isset
(
$_SESSION
[
'is_logged_in'
]))
{
...
...
@@ -84,7 +80,11 @@ if(isset($_GET['out'])){
}
else
{
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>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment