diff options
Diffstat (limited to 'src/SemanticScuttle')
-rw-r--r-- | src/SemanticScuttle/header.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SemanticScuttle/header.php b/src/SemanticScuttle/header.php index adc68ce..12c1f72 100644 --- a/src/SemanticScuttle/header.php +++ b/src/SemanticScuttle/header.php @@ -15,6 +15,7 @@ * @link http://sourceforge.net/projects/semanticscuttle */ if (!file_exists(dirname(__FILE__) .'/../../data/config.php')) { + header('HTTP/1.0 500 Internal Server Error'); die('Please copy "config.php.dist" to "config.php" in data/ folder.'); } set_include_path( |