diff options
Diffstat (limited to 'web/html/index.php')
-rw-r--r-- | web/html/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/html/index.php b/web/html/index.php index 4d90cb4..6252814 100644 --- a/web/html/index.php +++ b/web/html/index.php @@ -1,5 +1,6 @@ <? include("index_po.inc"); +include("pkgfuncs_po.inc"); # Add to handle the i18n of My Packages include("aur.inc"); set_lang(); check_sid(); |