- added new variables _disableSelfEdit and _adminIP

This commit is contained in:
steinm 2010-11-08 12:52:53 +00:00
parent d09ff8cc69
commit b2ca33e9f4

View File

@ -122,7 +122,15 @@ class Settings
// false to don't show the folder tree
var $_enableFolderTree = true;
// if true user cannot edit his own profile
var $_disableSelfEdit = false;
// if enabled admin can login only by specified IP addres
// leave ampty to avoid the control
// NOTE: works only with local autentication (no LDAP)
var $_adminIP = "";
// -------------------------------- Database-Setup --------------------------------------------
//Path to adodb