forked from OleMissCSCI554/Band-Base
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index_old.php
21 lines (20 loc) · 1.22 KB
/
index_old.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<title>It works!</title>
</head>
<body>
<p>Apache works!</p>
<p><? include("/var/www.config/dbconfig.php"); ?></p>
<ul>
<li>url: <a style='text-decoration: line-through;' href='http://cs.olemiss.edu/bandbase'>http://cs.olemiss.edu/bandbase</a> or <a href='http://wic.cs.olemiss.edu'>http://wic.cs.olemiss.edu</a> or <a href='http://130.74.96.71'>http://130.74.96.71</a> There is a network configuration issue with the first url. Use one of the other two for now.</li>
<li>boilerplate: <a href='http://wic.cs.olemiss.edu/pages/'>http://wic.cs.olemiss.edu/pages/</a></li>
<li>phpmyadmin: <a href='http://wic.cs.olemiss.edu/phpmyadmin'>http://wic.cs.olemiss.edu/phpmyadmin</a></li>
<li>git: <a href='https://github.com/OleMissCSCI554/Band-Base.git'>https://github.com/OleMissCSCI554/Band-Base.git</a></li>
<li>git markdown writeup: <a href='http://github.github.com/github-flavored-markdown'>http://github.github.com/github-flavored-markdown</a></li>
<li>irc: <a href='irc://irc.freenode.net/bandbase'>irc://irc.freenode.net/bandbase</a></li>
<li>sysadmin: William Panlener wepanlen@go.olemiss.edu</li>
<li>dbadmin: Alex Movitz almovitz@go.olemiss.edu</li>
</ul>
</body>
</html>