finished tweaking language selection

This commit is contained in:
eric 2004-06-19 14:36:22 +00:00
parent 74594e516d
commit 22e8556691
17 changed files with 303 additions and 20 deletions

View file

@ -1,11 +1,13 @@
<?
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$");