Clarify where config files are situated.
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@551 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
1f8c69581e
commit
2a548fc0b3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue