diff options
Diffstat (limited to 'web/html/hacker.php')
-rw-r--r-- | web/html/hacker.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/html/hacker.php b/web/html/hacker.php index 894cc28e..90064133 100644 --- a/web/html/hacker.php +++ b/web/html/hacker.php @@ -1,4 +1,7 @@ <? + +set_include_path(get_include_path() . PATH_SEPARATOR . '../lib' . PATH_SEPARATOR . '../lang'); + include("hacker_po.inc"); include("aur.inc"); set_lang(); |