summaryrefslogtreecommitdiffstats
path: root/web/html/packages.php
diff options
context:
space:
mode:
authorpjmattal <pjmattal>2006-08-08 02:59:10 +0200
committerpjmattal <pjmattal>2006-08-08 02:59:10 +0200
commitc3a90420e257812c4ce952c8879d1ba4380f11e3 (patch)
treeaea9b59b898073d048a0629e577638d2f014c3c5 /web/html/packages.php
parentf2b54f9acc156cc8f902e2fe0419cd4aff81a58f (diff)
downloadaur-c3a90420e257812c4ce952c8879d1ba4380f11e3.tar.gz
aur-c3a90420e257812c4ce952c8879d1ba4380f11e3.tar.xz
added dsa's header include patch
Diffstat (limited to 'web/html/packages.php')
-rw-r--r--web/html/packages.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/html/packages.php b/web/html/packages.php
index c02347f5..df8dbad9 100644
--- a/web/html/packages.php
+++ b/web/html/packages.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("pkgfuncs.inc"); # package specific functions
include("search_po.inc"); # use some form of this for i18n support