mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
rss.php: Include package functions
This is needed since 4426877
(Move latest_pkgs() to pkgfuncs.inc.php,
2014-05-29).
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
218ccf51e3
commit
1b22f8046f
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue