From 74fb49098eb52b8f42110713caa3892572305cf3 Mon Sep 17 00:00:00 2001 From: mensonge Date: Fri, 18 Apr 2008 09:57:32 +0000 Subject: 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 --- header.inc.php | 1 + 1 file changed, 1 insertion(+) (limited to 'header.inc.php') 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 -- cgit v1.2.3