diff --git a/secure.php b/secure.php index 210e37b..484d6f3 100644 --- a/secure.php +++ b/secure.php @@ -13,6 +13,8 @@ if(!isset($_SESSION['userid'])) { } $username = $_SESSION['username']; $activated = $_SESSION['activated']; +$isadmin = $_SESSION['isadmin']; + echo "Hi ".$username."!"; if(isset($_GET['activation_req'])) { echo '
'; @@ -31,5 +33,16 @@ if ($activated == 1) { ?>

+ +


+'; +} +if ($activated == 1) { + echo ''; +} +?> +