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:
mensonge 2009-11-16 19:48:28 +00:00
parent 1f8c69581e
commit 2a548fc0b3

View file

@ -1,6 +1,6 @@
<?php <?php
if (!file_exists(dirname(__FILE__) .'/../../data/config.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( set_include_path(
get_include_path() . PATH_SEPARATOR get_include_path() . PATH_SEPARATOR