diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2006-08-20 19:50:08 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-08-20 19:50:08 +0000 |
commit | 1332ec033fa7e4a65895a245dbbf3e6ed0377f13 (patch) | |
tree | 54fd0ffb0754daa0b67390282d58b382c241339f /phpBB/install/schemas | |
parent | 49d56f90e5cd5b21192949bd34dd0b2f10aa2921 (diff) | |
download | forums-1332ec033fa7e4a65895a245dbbf3e6ed0377f13.tar forums-1332ec033fa7e4a65895a245dbbf3e6ed0377f13.tar.gz forums-1332ec033fa7e4a65895a245dbbf3e6ed0377f13.tar.bz2 forums-1332ec033fa7e4a65895a245dbbf3e6ed0377f13.tar.xz forums-1332ec033fa7e4a65895a245dbbf3e6ed0377f13.zip |
- add some language variables i will need at another location. ;)
- also add X-Sendfile support to the download.php file.
git-svn-id: file:///svn/phpbb/trunk@6308 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/schemas')
-rw-r--r-- | phpBB/install/schemas/schema_data.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/schemas/schema_data.sql b/phpBB/install/schemas/schema_data.sql index c2dd6babfe..fba8c5ccce 100644 --- a/phpBB/install/schemas/schema_data.sql +++ b/phpBB/install/schemas/schema_data.sql @@ -205,7 +205,7 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES ('topics_per_page', INSERT INTO phpbb_config (config_name, config_value) VALUES ('tpl_allow_php', '0'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('upload_icons_path', 'images/upload_icons'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('upload_path', 'files'); -INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.0.B2'); +INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.0.B3-dev'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('warnings_expire_days', '90'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('warnings_gc', '14400'); |