aurweb/web/html/index.php

12 lines
142 B
PHP

<?
include("index_po.inc");
include("aur.inc");
html_header();
#$dbh = db_connect();
print "Connected...<br>\n";
html_footer("\$Id$");
?>