aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorrub <rub@piwigo.org>2006-01-31 23:38:48 +0000
committerrub <rub@piwigo.org>2006-01-31 23:38:48 +0000
commit81bdfbf7b410192591e72619c8f1aaed28c7bfee (patch)
tree769d3a3cba3690d68f52a35f808588258a487206 /include
parenta4d50dabf8d6a9edc8922689c65d40a9ba8e661c (diff)
[NBM] Step 1: Create new include files with current notification/mail fonctions (with improvement)
git-svn-id: http://piwigo.org/svn/trunk@1018 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include')
-rw-r--r--include/config_default.inc.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php
index 52fed3acc..f89cecfb4 100644
--- a/include/config_default.inc.php
+++ b/include/config_default.inc.php
@@ -2,7 +2,7 @@
// +-----------------------------------------------------------------------+
// | PhpWebGallery - a PHP based picture gallery |
// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
-// | Copyright (C) 2003-2005 PhpWebGallery Team - http://phpwebgallery.net |
+// | Copyright (C) 2003-2006 PhpWebGallery Team - http://phpwebgallery.net |
// +-----------------------------------------------------------------------+
// | branch : BSF (Best So Far)
// | file : $RCSfile$
@@ -182,6 +182,10 @@ $conf['users_page'] = 20;
// "options" parameter missing on mail() function execution.
$conf['mail_options'] = false;
+// Send bcc mail to webmaster
+// Set true for debug or test
+$conf['send_bcc_mail_webmaster'] = false;
+
// check_upgrade_feed: check if there are database upgrade required. Set to
// true, a message will strongly encourage you to upgrade your database if
// needed.