Skip to content
Snippets Groups Projects
Commit 5dd10bee authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

Add some users to results access

parent 9d1d6c33
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ if (isset($_GET['logout'])) {
}
if ($cas_client->isLoggedIn() && in_array($cas_client->getUser(), array('bbenson2','erasmussen2'))) {
if ($cas_client->isLoggedIn() && in_array($cas_client->getUser(), array('bbenson2','erasmussen2','fgardy2','rcrisler1','bbieber2','smeranda2','acoleman1','kabel2'))) {
?>
You are logged in - <a href="?logout">Logout</a>
<br><br>
......@@ -36,7 +36,7 @@ while ($row = mysql_fetch_assoc($result)) {
<?php } else if ($cas_client->isLoggedIn() && !in_array($cas_client->getUser(), array('bbenson2','erasmussen2'))) { ?>
<?php } else if ($cas_client->isLoggedIn() && !in_array($cas_client->getUser(), array('bbenson2','erasmussen2','fgardy2','rcrisler1','bbieber2','smeranda2','acoleman1','kabel2'))) { ?>
You are not authorized
<?php } else { ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment