]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
Clarify where config files are situated.
authormensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>
Mon, 16 Nov 2009 19:48:28 +0000 (19:48 +0000)
committermensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>
Mon, 16 Nov 2009 19:48:28 +0000 (19:48 +0000)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@551 b3834d28-1941-0410-a4f8-b48e95affb8f

src/SemanticScuttle/header.php

index ee208b25d75c9b3dc2c6e886b4977e4be58756fa..c51104de5929313310c6f0fa68dd39b20ef4c5d7 100644 (file)
@@ -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