diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/www-header.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 |