summaryrefslogtreecommitdiffstatshomepage
path: root/src/SemanticScuttle/header.php
diff options
context:
space:
mode:
authorGravatar Christian Weiske2011-07-23 14:19:09 +0200
committerGravatar Christian Weiske2011-07-23 14:19:09 +0200
commit320d6733442faffae9b68307655bf4292bb1f94d (patch)
treec2c2abca0e7247983419381c24107feecda18361 /src/SemanticScuttle/header.php
parent0396dee7304c616ecb60c048d4013f917a7087f4 (diff)
downloadscuttle-320d6733442faffae9b68307655bf4292bb1f94d.tar.gz
scuttle-320d6733442faffae9b68307655bf4292bb1f94d.zip
Fix bug #3160512: Make SemantiScuttle work with FastCGI
Diffstat (limited to 'src/SemanticScuttle/header.php')
-rw-r--r--src/SemanticScuttle/header.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SemanticScuttle/header.php b/src/SemanticScuttle/header.php
index 9252300..694df54 100644
--- a/src/SemanticScuttle/header.php
+++ b/src/SemanticScuttle/header.php
@@ -25,6 +25,7 @@ if ('@data_dir@' == '@' . 'data_dir@') {
//FIXME: when you have multiple installations, the www_dir will be wrong
$wwwdir = '@www_dir@/SemanticScuttle/';
}
+require_once dirname(__FILE__) . '/Environment.php';
require_once dirname(__FILE__) . '/Config.php';
$cfg = new SemanticScuttle_Config();