summaryrefslogtreecommitdiffstatshomepage
path: root/header.inc.php
diff options
context:
space:
mode:
authorGravatar mensonge2008-04-18 09:57:32 +0000
committerGravatar mensonge2008-04-18 09:57:32 +0000
commit74fb49098eb52b8f42110713caa3892572305cf3 (patch)
tree88c45fd70c571df74e26210c19a2ae3d4ce529d1 /header.inc.php
parent09cbb64c829e8e4a413a90cb5a753c27b901a050 (diff)
downloadscuttle-74fb49098eb52b8f42110713caa3892572305cf3.tar.gz
scuttle-74fb49098eb52b8f42110713caa3892572305cf3.zip
Bug fix: correct problem with mutual logins for several installations on the same host
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@114 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'header.inc.php')
-rw-r--r--header.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/header.inc.php b/header.inc.php
index 6b4e76b..55defdb 100644
--- a/header.inc.php
+++ b/header.inc.php
@@ -9,6 +9,7 @@ session_start();
require_once(dirname(__FILE__) .'/services/servicefactory.php');
require_once(dirname(__FILE__) .'/config.inc.php');
+require_once(dirname(__FILE__) .'/constants.inc.php');
require_once(dirname(__FILE__) .'/functions.inc.php');
// Determine the base URL