aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2003-06-01 11:29:29 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2003-06-01 11:29:29 +0000
commit0c101c3dd4939074d2851518d9c021509ba49d67 (patch)
tree7a3147f1e1daf63116c2db5c496c7331b2c47a4f /phpBB/install
parent0e96aa60c2cf94e72434f9ab91de70a3a0848ae8 (diff)
downloadforums-0c101c3dd4939074d2851518d9c021509ba49d67.tar
forums-0c101c3dd4939074d2851518d9c021509ba49d67.tar.gz
forums-0c101c3dd4939074d2851518d9c021509ba49d67.tar.bz2
forums-0c101c3dd4939074d2851518d9c021509ba49d67.tar.xz
forums-0c101c3dd4939074d2851518d9c021509ba49d67.zip
some updates, email related.
git-svn-id: file:///svn/phpbb/trunk@4070 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install')
-rw-r--r--phpBB/install/schemas/mysql_basic.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/schemas/mysql_basic.sql b/phpBB/install/schemas/mysql_basic.sql
index e8c02f1f8d..59152ebd62 100644
--- a/phpBB/install/schemas/mysql_basic.sql
+++ b/phpBB/install/schemas/mysql_basic.sql
@@ -83,6 +83,7 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES ('display_last_edite
INSERT INTO phpbb_config (config_name, config_value) VALUES ('board_email_sig','Thanks, The Management');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('board_email','address@yourdomain.tld');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('board_contact','contact@yourdomain.tld');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('email_package_size','50');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('smtp_delivery','0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('smtp_host','');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('smtp_port','25');