diff options
Diffstat (limited to 'web/html/index.php')
-rw-r--r-- | web/html/index.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/html/index.php b/web/html/index.php index 6252814..82d1baa 100644 --- a/web/html/index.php +++ b/web/html/index.php @@ -1,4 +1,7 @@ <? + +set_include_path(get_include_path() . PATH_SEPARATOR . '../lib' . PATH_SEPARATOR . '../lang'); + include("index_po.inc"); include("pkgfuncs_po.inc"); # Add to handle the i18n of My Packages include("aur.inc"); |