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

fix so dburge2 can see prospective students list

parent 2807f6a8
No related branches found
No related tags found
No related merge requests found
<?php
<?php
// Get the Elgg framework
require_once(dirname(dirname(dirname(__FILE__))) . "/engine/start.php");
gatekeeper();
if( isadminloggedin() || get_loggedin_user()=="unl_dburge2") {
$uniquevariablenamethatwontgetconfusedwithsomeothervariable = get_loggedin_user();
if( isadminloggedin() || $uniquevariablenamethatwontgetconfusedwithsomeothervariable['username']=="unl_dburge2") {
echo '<h1>All Planet Red Prospective students as of '. date("m/d/Y") .'</h1>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment