mirror of
https://git.code.sf.net/p/seeddms/code
synced 2026-01-25 02:29:17 +00:00
- added new variables _disableSelfEdit and _adminIP
This commit is contained in:
parent
d09ff8cc69
commit
b2ca33e9f4
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user