mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 21:51:32 +00:00
- added new variables _disableSelfEdit and _adminIP
This commit is contained in:
parent
d09ff8cc69
commit
b2ca33e9f4
|
@ -123,6 +123,14 @@ 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