From c2d3da636d70998472eeeb1bfdda9a2960cbb73d Mon Sep 17 00:00:00 2001 From: Hugues Lamy Date: Tue, 26 Apr 2011 23:45:34 -0400 Subject: [PATCH] Change path directory in comment --- conf/ConfigureFromEnv.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/ConfigureFromEnv.php b/conf/ConfigureFromEnv.php index 9139261a3..e7b5dd80f 100644 --- a/conf/ConfigureFromEnv.php +++ b/conf/ConfigureFromEnv.php @@ -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.