Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
KLUGLUG
Blood Service Portal
Commits
c988e770
Commit
c988e770
authored
Oct 26, 2019
by
Ajayguru Madu
Browse files
Upload New File
parent
765d5b3f
Changes
1
Hide whitespace changes
Inline
Side-by-side
admin/index.php
0 → 100644
View file @
c988e770
<?php
include
(
"auth.php"
);
//include auth.php file on all secure pages ?>
<!
DOCTYPE
html
>
<
html
>
<
head
>
<
meta
charset
=
"utf-8"
>
<
title
>
Welcome
Home
</
title
>
<
link
rel
=
"stylesheet"
href
=
"css/style.css"
/>
</
head
>
<
body
>
<
div
class
=
"form"
>
<
p
>
Welcome
<?
php
echo
$_SESSION
[
'username'
];
?>
!
</p>
<p>
This is secure area.
</p>
<p><a
href=
"dashboard.php"
>
Dashboard
</a></p>
<a
href=
"logout.php"
>
Logout
</a>
</div>
</body>
</html>
Write
Preview
Supports
Markdown
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