summaryrefslogtreecommitdiffstats
path: root/web/html/rss2.php
diff options
context:
space:
mode:
Diffstat (limited to 'web/html/rss2.php')
-rw-r--r--web/html/rss2.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/html/rss2.php b/web/html/rss2.php
index 2ec05b0..bba030a 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");