aboutsummaryrefslogtreecommitdiff
path: root/src/SemanticScuttle/header.php
diff options
context:
space:
mode:
authormensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>2009-11-16 19:48:28 +0000
committermensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>2009-11-16 19:48:28 +0000
commit2a548fc0b31957211f3c91609b5be0a56a7638a4 (patch)
treea8a2c910b9936913cef8d586919ab90b0a3cedfb /src/SemanticScuttle/header.php
parent1f8c69581e5c9082aef4301ed4460c18c6b99d1f (diff)
downloadsemanticscuttle-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
Diffstat (limited to 'src/SemanticScuttle/header.php')
-rw-r--r--src/SemanticScuttle/header.php2
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