diff options
author | rvelices <rv-github@modusoptimus.com> | 2006-11-22 04:41:25 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2006-11-22 04:41:25 +0000 |
commit | 5de8aeafad74a35be113fd34917d66a5b10fce1e (patch) | |
tree | 56cb2caacdb76b74fbfbb21c07da340ac6830429 /include/config_default.inc.php | |
parent | f3db3ef388192e4f004e5c36524608e7e300cb47 (diff) |
feature 440: send mail to admin when comment is entered
git-svn-id: http://piwigo.org/svn/trunk@1617 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/config_default.inc.php')
-rw-r--r-- | include/config_default.inc.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php index d43323a4b..a8a439a9c 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -515,9 +515,6 @@ $conf['nbm_max_treatment_timeout_percent'] = 0.8; // nbm_treatment_timeout_default is used by default $conf['nbm_treatment_timeout_default'] = 20; -// Send an email to the webmaster when a new user registers -$conf['email_admin_on_new_user']=false; - // +-----------------------------------------------------------------------+ // | Set default admin layout | // +-----------------------------------------------------------------------+ |