Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
UNL_Alert
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Experience Group
UNL_Alert
Commits
5d2bd087
Commit
5d2bd087
authored
14 years ago
by
Brett Bieber
Browse files
Options
Downloads
Patches
Plain Diff
Remove the last traces of the DB and user login pieces.
parent
6c6c32d9
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
www/index.php
+1
-2
1 addition, 2 deletions
www/index.php
with
1 addition
and
2 deletions
www/index.php
+
1
−
2
View file @
5d2bd087
...
@@ -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 = '© '.date('Y').' University of Nebraska–Lincoln';
...
@@ -30,4 +30,3 @@ $p->footercontent = '© '.date('Y').' University of Nebraska–Lincoln';
echo
$p
;
echo
$p
;
$db
->
disconnect
();
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment