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
140beb10
Commit
140beb10
authored
Oct 26, 2019
by
Ajayguru Madu
Browse files
Upload New File
parent
2b0ffc9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
admin/dashboard.php
0 → 100644
View file @
140beb10
<?php
require
(
'db.php'
);
include
(
"auth.php"
);
//include auth.php file on all secure pages ?>
<!
DOCTYPE
html
>
<
html
>
<
head
>
<
meta
charset
=
"utf-8"
>
<
title
>
Dashboard
-
Secured
Page
</
title
>
<
link
rel
=
"stylesheet"
href
=
"css/style.css"
/>
</
head
>
<
body
>
<
div
class
=
"form"
>
<
p
>
Welcome
to
Dashboard
.
</
p
>
<
p
><
a
href
=
"index.php"
>
Home
</
a
><
p
>
<
p
><
a
href
=
"insert.php"
>
Insert
New
Record
</
a
></
p
>
<
p
><
a
href
=
"view.php"
>
View
Records
</
a
><
p
>
<
p
><
a
href
=
"logout.php"
>
Logout
</
a
></
p
>
</
div
>
</
body
>
</
html
>
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