aboutsummaryrefslogtreecommitdiff
path: root/www/www-header.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/www-header.php')
-rw-r--r--www/www-header.php2
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