From e5d6e6e270d329f53d9be5b317fef448dc457bf4 Mon Sep 17 00:00:00 2001 From: nbm Date: Fri, 13 May 2005 12:12:56 +0000 Subject: [PATCH] Document browseToRoot in the environment.php file. --- config/environment.php | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/config/environment.php b/config/environment.php index 223f769..1049b3b 100644 --- a/config/environment.php +++ b/config/environment.php @@ -100,6 +100,10 @@ $default->genericMetaDataRequired = true; // file, uncomment the next line: // $default->phpErrorLogFile = true; +// If you want your users to go to the root folder rather than their +// unit folder, uncomment the next line: +// $default->browseToRoot = true; + // ---------------------------------------------------------------- // WARNING: Settings below here may be overridden if using database // configuration -- libgit2 0.21.4