summaryrefslogtreecommitdiffstats
path: root/web/html/index.php
blob: 24afdf04a3dd6032d7320288fcc4ca260559c452 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?
include("index_po.inc");
include("aur.inc");
html_header();


#$dbh = db_connect();
print "Connected...<br>\n";


html_footer("\$Id$");
?>