mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 11:44:08 +02:00
Moved cookie and session config to DB config table, added MSSQL schema
git-svn-id: file:///svn/phpbb/trunk@726 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -91,6 +91,11 @@ CREATE TABLE phpbb_config (
|
||||
config_id int(10) NOT NULL auto_increment,
|
||||
board_disable tinyint(1) DEFAULT '0' NOT NULL,
|
||||
sitename varchar(100),
|
||||
cookie_name char(20),
|
||||
cookie_path char(25),
|
||||
cookie_domain char(50),
|
||||
cookie_secure tinyint(1),
|
||||
session_length int(11),
|
||||
allow_html tinyint(1),
|
||||
allow_bbcode tinyint(1),
|
||||
allow_smilies tinyint(1),
|
||||
|
Reference in New Issue
Block a user