diff options
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$"); |