commit 8d1029f21668feb95a70dbb3fb13f1f4e72832a8
parent 8c37def1125139dd72abbbedbcfd6f8cd4826efb
Author: David Liotta <liottad6@students.rowan.edu>
Date: Sun, 16 Dec 2018 17:20:13 -0500
included navbar
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/website/controlpanel.php b/website/controlpanel.php
@@ -6,6 +6,7 @@ if (!isset($_SESSION['admin'])) {
exit();
} else {
$user = $_SESSION['username'];
+ include 'res/navbar.php';
echo "<p> Hello, ", $user, " what would you like to do? <br>";
}