diff options
Diffstat (limited to 'www/rss.php')
-rw-r--r-- | www/rss.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/rss.php b/www/rss.php index 9315d5d..7f706d5 100644 --- a/www/rss.php +++ b/www/rss.php @@ -19,7 +19,7 @@ * @link http://sourceforge.net/projects/semanticscuttle */ -require_once '../src/SemanticScuttle/header.php'; +require_once 'www-header.php'; /* Service creation: only useful services are created */ $bookmarkservice = SemanticScuttle_Service_Factory::get('Bookmark'); |