Skip to content
Snippets Groups Projects
Commit 5d2bd087 authored by Brett Bieber's avatar Brett Bieber
Browse files

Remove the last traces of the DB and user login pieces.

parent 6c6c32d9
Branches
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ $p->navlinks = ' ...@@ -22,7 +22,7 @@ $p->navlinks = '
<ul> <ul>
<li class="first"><a href="http://alert1.unl.edu/">UNL Alert Server 1</a></li> <li class="first"><a href="http://alert1.unl.edu/">UNL Alert Server 1</a></li>
<li><a href="http://alert2.unl.edu/">UNL Alert Server 2</a></li> <li><a href="http://alert2.unl.edu/">UNL Alert Server 2</a></li>
<li><a href="'.$_SERVER['PHP_SELF'].'?action=logout" title="Logout">Logout '.$a->getUser().'</a></li> <li><a href="?action=logout" title="Logout">Logout</a></li>
</ul>'; </ul>';
$p->maincontentarea .= 'This service replicates UNL Alerts for on campus monitoring.'; $p->maincontentarea .= 'This service replicates UNL Alerts for on campus monitoring.';
...@@ -30,4 +30,3 @@ $p->footercontent = '&copy '.date('Y').' University of Nebraska&ndash;Lincoln'; ...@@ -30,4 +30,3 @@ $p->footercontent = '&copy '.date('Y').' University of Nebraska&ndash;Lincoln';
echo $p; echo $p;
$db->disconnect();
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment