diff options
Diffstat (limited to 'web/html/account.php')
-rw-r--r-- | web/html/account.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/html/account.php b/web/html/account.php index 40a1759..eeb1e40 100644 --- a/web/html/account.php +++ b/web/html/account.php @@ -1,4 +1,7 @@ <? + +set_include_path(get_include_path() . PATH_SEPARATOR . '../lib' . PATH_SEPARATOR . '../lang'); + include("aur.inc"); # access AUR common functions include("acctfuncs.inc"); # access Account specific functions include("pkgfuncs_po.inc"); # Add to handle the i18n of My Packages |