diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-11-16 19:48:28 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-11-16 19:48:28 +0000 |
commit | 2a548fc0b31957211f3c91609b5be0a56a7638a4 (patch) | |
tree | a8a2c910b9936913cef8d586919ab90b0a3cedfb | |
parent | 1f8c69581e5c9082aef4301ed4460c18c6b99d1f (diff) | |
download | semanticscuttle-2a548fc0b31957211f3c91609b5be0a56a7638a4.tar.gz semanticscuttle-2a548fc0b31957211f3c91609b5be0a56a7638a4.tar.bz2 |
Clarify where config files are situated.
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@551 b3834d28-1941-0410-a4f8-b48e95affb8f
-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 |