1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

Lots of updates

git-svn-id: file:///svn/phpbb/trunk@553 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
uid42062
2001-07-04 19:36:32 +00:00
parent b2c10ae40b
commit a6723b8a1b
5 changed files with 707 additions and 926 deletions

View File

@@ -131,6 +131,8 @@ else
$board_config['avatar_path'] = $config['avatar_path'];
$board_config['prune_enable'] = $config['prune_enable'];
$board_config['gzip_compress'] = $config['gzip_compress'];
$board_config['smtp_delivery'] = $config['smtp_delivery'];
$board_config['smtp_host'] = $config['smtp_host'];
}