diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-10-03 13:18:04 +0200 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-10-03 13:18:04 +0200 |
commit | 2786c16bd5da05dafcb3c6f79f636bc03b9433b6 (patch) | |
tree | 39db3c89918b191a4b5437e662bf42e27f06675e /web/html | |
parent | 453e5e9de8b96470034f69f6dc07e3e0857bcef9 (diff) | |
parent | 55586d9c22d5404d3d47aeb4290bc86944f98602 (diff) | |
download | aurweb-2786c16bd5da05dafcb3c6f79f636bc03b9433b6.tar.xz |
Merge branch 'maint'
Diffstat (limited to 'web/html')
-rw-r--r-- | web/html/rss.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/html/rss.php b/web/html/rss.php index 84d2205..2470d99 100644 --- a/web/html/rss.php +++ b/web/html/rss.php @@ -2,6 +2,7 @@ set_include_path(get_include_path() . PATH_SEPARATOR . '../lib' . PATH_SEPARATOR . '../lang'); include_once("aur.inc.php"); +include_once("pkgfuncs.inc.php"); include_once("feedcreator.class.php"); #detect prefix |