summaryrefslogtreecommitdiffstats
path: root/web/html/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'web/html/index.php')
-rw-r--r--web/html/index.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/web/html/index.php b/web/html/index.php
index d664086..e2c840a 100644
--- a/web/html/index.php
+++ b/web/html/index.php
@@ -1,15 +1,15 @@
<?php
-set_include_path(get_include_path() . PATH_SEPARATOR . '../lib' . PATH_SEPARATOR . '../lang');
+set_include_path(get_include_path() . PATH_SEPARATOR . '../lib');
-include('index_po.inc');
-include("pkgfuncs_po.inc");
include("aur.inc");
-include('stats.inc');
-
set_lang();
check_sid();
+include('stats.inc');
+include_lang('index_po.inc');
+include_lang('pkgfuncs_po.inc');
+
html_header( __("Home") );
$dbh = db_connect();