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


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


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