1
0
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:
Paul S. Owen
2001-07-22 16:36:12 +00:00
parent d7415808ea
commit 7d83ba703c
4 changed files with 13 additions and 2 deletions

View File

@@ -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),