From 8a3e745378a0328bcbb82c2e76ea76c984ef3dee Mon Sep 17 00:00:00 2001 From: cweiske Date: Tue, 9 Feb 2010 15:54:42 +0000 Subject: Fix bug #2948410: API is broken in 0.96.0 git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@649 b3834d28-1941-0410-a4f8-b48e95affb8f --- www/www-header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www') diff --git a/www/www-header.php b/www/www-header.php index 430cd9b..0688b71 100644 --- a/www/www-header.php +++ b/www/www-header.php @@ -15,5 +15,5 @@ * @license GPL http://www.gnu.org/licenses/gpl.html * @link http://sourceforge.net/projects/semanticscuttle */ -require_once '../src/SemanticScuttle/header.php'; +require_once dirname(__FILE__) . '/../src/SemanticScuttle/header.php'; ?> \ No newline at end of file -- cgit v1.2.3