From 5d2bd08747a1f17c15321edd50cc053eb612d0c3 Mon Sep 17 00:00:00 2001 From: Brett Bieber <brett.bieber@gmail.com> Date: Thu, 2 Dec 2010 15:58:52 +0000 Subject: [PATCH] Remove the last traces of the DB and user login pieces. --- www/index.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/www/index.php b/www/index.php index d2ca5e3..9865373 100644 --- a/www/index.php +++ b/www/index.php @@ -22,7 +22,7 @@ $p->navlinks = ' <ul> <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="'.$_SERVER['PHP_SELF'].'?action=logout" title="Logout">Logout '.$a->getUser().'</a></li> + <li><a href="?action=logout" title="Logout">Logout</a></li> </ul>'; $p->maincontentarea .= 'This service replicates UNL Alerts for on campus monitoring.'; @@ -30,4 +30,3 @@ $p->footercontent = '© '.date('Y').' University of Nebraska–Lincoln'; echo $p; -$db->disconnect(); -- GitLab