diff options
Diffstat (limited to 'www/api/export_csv.php')
-rw-r--r-- | www/api/export_csv.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/api/export_csv.php b/www/api/export_csv.php index 04000ef..3f63692 100644 --- a/www/api/export_csv.php +++ b/www/api/export_csv.php @@ -3,7 +3,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'); |