1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-07 17:27:16 +02:00

Updates for near-future capabilities

git-svn-id: file:///svn/phpbb/trunk@337 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2001-05-27 14:21:45 +00:00
parent 9889b8ba53
commit af35302cda
2 changed files with 7 additions and 1 deletions

View File

@@ -50,7 +50,8 @@ CREATE TABLE phpbb_config (
allow_bbcode tinyint(1),
allow_sig tinyint(1),
allow_namechange tinyint(1),
allow_theme_create int(10),
allow_theme_create tinyint(1),
allow_avatar_upload tinyint(1) DEFAULT '0' NOT NULL,
override_themes tinyint(3),
posts_per_page int(10),
topics_per_page int(10),
@@ -58,6 +59,8 @@ CREATE TABLE phpbb_config (
email_sig varchar(255),
email_from varchar(100),
flood_interval int(4) NOT NULL,
avatar_filesize int(11) DEFAULT '6144' NOT NULL,
avatar_path varchar(255) DEFAULT 'images/avatars' NOT NULL,
default_theme int(11) DEFAULT '1' NOT NULL,
default_lang varchar(255),
default_dateformat varchar(14) DEFAULT 'd M Y H:i' NOT NULL,