diff options
Diffstat (limited to 'src/SemanticScuttle/header.php')
-rw-r--r-- | src/SemanticScuttle/header.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SemanticScuttle/header.php b/src/SemanticScuttle/header.php index ee208b2..c51104d 100644 --- a/src/SemanticScuttle/header.php +++ b/src/SemanticScuttle/header.php @@ -1,6 +1,6 @@ <?php if (!file_exists(dirname(__FILE__) .'/../../data/config.php')) { - die('Please copy "config.php.dist" to "config.php"'); + die('Please copy "config.php.dist" to "config.php" in data/ folder.'); } set_include_path( get_include_path() . PATH_SEPARATOR |