Commit 1dab2d56bf4cef944782a50a873f667f0edf1c89

Authored by jacquiz
1 parent 50435f16

Type: functionality change

Description:		Added the folderHiding configuration parameter


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2873 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 2 additions and 2 deletions
lib/System.inc
... ... @@ -34,13 +34,13 @@ class System {
34 34 "emailServer", "emailFrom", "emailFromName", "emailAdmin", "emailAdminName",
35 35 "documentRoot", "uiDirectory",
36 36 "rootUrl", "graphicsUrl", "uiUrl",
37   - "sessionTimeout", "contentPaneScrolling");
  37 + "sessionTimeout", "contentPaneScrolling", "folderHideFlag");
38 38 var $aLabels = array ("LDAP Server", "LDAP Root DN", "LDAP Server Type (iPlanet OR ActiveDirectory)",
39 39 "LDAP Domain", "LDAP Search User (AD)", "LDAP Search Password",
40 40 "Email Server", "Default Email Address", "Default Email Name", "Administrator Email Address", "Administrator Name",
41 41 "Document Root", "User Interface Directory",
42 42 "Root URL", "Graphics URL", "User Interface URL",
43   - "Session Timeout", "Content Pane Scrolling Enabled");
  43 + "Session Timeout", "Content Pane Scrolling Enabled", "Hide Unreadable Folders?");
44 44  
45 45 function System() {
46 46 global $default;
... ...