diff options
author | eric <eric> | 2004-06-19 16:36:22 +0200 |
---|---|---|
committer | eric <eric> | 2004-06-19 16:36:22 +0200 |
commit | 22e8556691d134c4bf778837d4a0c24e4504b8cf (patch) | |
tree | 6cbeaebbcf2ea34ceff74539b48f2fb1d3fb5edc /web/html/index.php | |
parent | 74594e516d699a3a95a4e8112c914b9225853de7 (diff) | |
download | aur-22e8556691d134c4bf778837d4a0c24e4504b8cf.tar.gz aur-22e8556691d134c4bf778837d4a0c24e4504b8cf.tar.xz |
finished tweaking language selection
Diffstat (limited to 'web/html/index.php')
-rw-r--r-- | web/html/index.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/html/index.php b/web/html/index.php index 24afdf04..80389923 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$"); |