diff options
Diffstat (limited to 'web/html/rss2.php')
-rw-r--r-- | web/html/rss2.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/html/rss2.php b/web/html/rss2.php index 2ec05b07..bba030a9 100644 --- a/web/html/rss2.php +++ b/web/html/rss2.php @@ -1,4 +1,7 @@ <? + +set_include_path(get_include_path() . PATH_SEPARATOR . '../lib' . PATH_SEPARATOR . '../lang'); + include("aur.inc"); include("feedcreator.class.php"); |