mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
14 lines
195 B
PHP
14 lines
195 B
PHP
<?
|
|
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$");
|
|
?>
|