aboutsummaryrefslogtreecommitdiff
path: root/www/api/posts_public.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/api/posts_public.php')
-rw-r--r--www/api/posts_public.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/api/posts_public.php b/www/api/posts_public.php
index ca63f44..0c93ca2 100644
--- a/www/api/posts_public.php
+++ b/www/api/posts_public.php
@@ -6,7 +6,7 @@
// Force HTTP authentication first!
//require_once('httpauth.inc.php');
-require_once '../../src/SemanticScuttle/header.php';
+require_once '../www-header.php';
/* Service creation: only useful services are created */
$bookmarkservice =SemanticScuttle_Service_Factory::get('Bookmark');