Commit e5d6e6e270d329f53d9be5b317fef448dc457bf4
1 parent
8257ffb2
Document browseToRoot in the environment.php file.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3273 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
4 additions
and
0 deletions
config/environment.php
| ... | ... | @@ -100,6 +100,10 @@ $default->genericMetaDataRequired = true; |
| 100 | 100 | // file, uncomment the next line: |
| 101 | 101 | // $default->phpErrorLogFile = true; |
| 102 | 102 | |
| 103 | +// If you want your users to go to the root folder rather than their | |
| 104 | +// unit folder, uncomment the next line: | |
| 105 | +// $default->browseToRoot = true; | |
| 106 | + | |
| 103 | 107 | // ---------------------------------------------------------------- |
| 104 | 108 | // WARNING: Settings below here may be overridden if using database |
| 105 | 109 | // configuration | ... | ... |