mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
12 lines
142 B
PHP
12 lines
142 B
PHP
<?
|
|
include("index_po.inc");
|
|
include("aur.inc");
|
|
html_header();
|
|
|
|
|
|
#$dbh = db_connect();
|
|
print "Connected...<br>\n";
|
|
|
|
|
|
html_footer("\$Id$");
|
|
?>
|