Commit ac347f09c7f7ebbb98273a91cb5b3b3cf6070656
1 parent
bed586e4
Remove browseToRoot and organisationID configuration options
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4925 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
0 additions
and
7 deletions
config/config.ini
| ... | ... | @@ -97,17 +97,10 @@ defaultLanguage = en |
| 97 | 97 | useAcceptLanguageHeader = true |
| 98 | 98 | |
| 99 | 99 | [tweaks] |
| 100 | -; hack to set org to use for dashboard greeting | |
| 101 | -organisationID = 1 | |
| 102 | - | |
| 103 | 100 | ; If you want to enable PHP error logging to the log/php_error_log |
| 104 | 101 | ; file, change the following to true |
| 105 | 102 | phpErrorLogFile = false |
| 106 | 103 | |
| 107 | -; If you want your users to go to the root folder rather than their | |
| 108 | -; unit folder, change the following to true | |
| 109 | -browseToRoot = false | |
| 110 | - | |
| 111 | 104 | [email] |
| 112 | 105 | ; email settings |
| 113 | 106 | emailServer = localhost | ... | ... |