Merged pull request #27 from M2i3/master.

Fixed: Misleading comments to make ConfigureFromEnv.php work properly
This commit is contained in:
Will Rossiter 2011-04-26 22:33:14 -07:00
commit 82dd6ed317

View File

@ -2,7 +2,7 @@
/**
* Configure Sapphire from the _ss_environment.php file.
* Usage: Put "require_once('sapphire/core/ConfigureFromEnv.php');" into your _config.php file.
* Usage: Put "require_once('../sapphire/conf/ConfigureFromEnv.php');" into your _config.php file.
*
* If you include this file, you will be able to use the following defines in _ss_environment.php to control
* your site.