diff options
Diffstat (limited to 'web/html/rss2.php')
-rw-r--r-- | web/html/rss2.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/rss2.php b/web/html/rss2.php index 499450b..ef6b2e7 100644 --- a/web/html/rss2.php +++ b/web/html/rss2.php @@ -2,9 +2,9 @@ set_include_path(get_include_path() . PATH_SEPARATOR . '../lib' . PATH_SEPARATOR . '../lang'); -include("aur.inc"); +include_once("aur.inc"); -include("feedcreator.class.php"); +include_once("feedcreator.class.php"); #If there's a cached version <1hr old, won't regenerate now $rss = new UniversalFeedCreator(); |