1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Don't need config_id anymore obviously

git-svn-id: file:///svn/phpbb/trunk@1013 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Bart van Bragt
2001-09-08 19:23:33 +00:00
parent 31afcf748c
commit 3a56a22f25
3 changed files with 0 additions and 3 deletions

View File

@@ -11,7 +11,6 @@ BEGIN TRANSACTION;
/*
-- Config
*/
INSERT INTO phpbb_config VALUES ('config_id','1');
INSERT INTO phpbb_config VALUES ('board_disable','0');
INSERT INTO phpbb_config VALUES ('board_startdate','994190324');
INSERT INTO phpbb_config VALUES ('sitename','yourdomain.com');