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

Update admin_auth_session.php

parent 22bedb78
Branches master
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ if (isset($_GET['logout'])) {
exit();
}
$admins = array('lreed5', 'rcrisler1', 'erasmussen2');
$admins = array('lreed5', 'tfedderson2', 'shagewood2', 'rcrisler1', 'erasmussen2');
if (!$auth->isLoggedIn() ||
!in_array($user, $admins)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment