From b2ca33e9f472314d1459369740753e4ff5bf7de2 Mon Sep 17 00:00:00 2001 From: steinm Date: Mon, 8 Nov 2010 12:52:53 +0000 Subject: [PATCH] - added new variables _disableSelfEdit and _adminIP --- conf/conf.Settings.php.template | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/conf/conf.Settings.php.template b/conf/conf.Settings.php.template index 5a9624848..99d18de90 100644 --- a/conf/conf.Settings.php.template +++ b/conf/conf.Settings.php.template @@ -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