diff options
author | eric <eric> | 2004-06-19 00:42:07 +0200 |
---|---|---|
committer | eric <eric> | 2004-06-19 00:42:07 +0200 |
commit | 74594e516d699a3a95a4e8112c914b9225853de7 (patch) | |
tree | 9e07a66a712c17a81873eefbf592b46ebb787cbc /web/html/index.php | |
parent | d92682fbfdd9dec43939678b3c5b80c512f148d3 (diff) | |
download | aur-74594e516d699a3a95a4e8112c914b9225853de7.tar.gz aur-74594e516d699a3a95a4e8112c914b9225853de7.tar.xz |
renamed _() function to __() to avoid gettext conflict
Diffstat (limited to 'web/html/index.php')
-rw-r--r-- | web/html/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/index.php b/web/html/index.php index fcd57c7f..24afdf04 100644 --- a/web/html/index.php +++ b/web/html/index.php @@ -4,8 +4,8 @@ include("aur.inc"); html_header(); -print "Hi, this is worth reading!<br>\n"; - +#$dbh = db_connect(); +print "Connected...<br>\n"; html_footer("\$Id$"); |