summaryrefslogtreecommitdiffstats
path: root/web/html/index.php
diff options
context:
space:
mode:
authoreric <eric>2004-06-19 14:36:22 +0000
committereric <eric>2004-06-19 14:36:22 +0000
commit22e8556691d134c4bf778837d4a0c24e4504b8cf (patch)
tree6cbeaebbcf2ea34ceff74539b48f2fb1d3fb5edc /web/html/index.php
parent74594e516d699a3a95a4e8112c914b9225853de7 (diff)
downloadaurweb-22e8556691d134c4bf778837d4a0c24e4504b8cf.tar.xz
finished tweaking language selection
Diffstat (limited to 'web/html/index.php')
-rw-r--r--web/html/index.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/html/index.php b/web/html/index.php
index 24afdf0..8038992 100644
--- a/web/html/index.php
+++ b/web/html/index.php
@@ -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$");