1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-16 13:44:12 +02:00

- some changes to browser checking (was the reason for not working logins)

- partly working style acp
- other tiny changes here and there


git-svn-id: file:///svn/phpbb/trunk@5388 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2005-12-28 17:35:20 +00:00
parent 761598e1b7
commit 0334d42477
20 changed files with 1862 additions and 132 deletions

View File

@@ -1204,7 +1204,7 @@ CREATE TABLE phpbb_sessions (
session_start number(11) DEFAULT '0' NOT NULL,
session_time number(11) DEFAULT '0' NOT NULL,
session_ip varchar2(40) DEFAULT '0',
session_browser varchar2(100) DEFAULT '',
session_browser varchar2(150) DEFAULT '',
session_page varchar2(100) DEFAULT '',
session_viewonline number(1) DEFAULT '1' NOT NULL,
session_admin number(1) DEFAULT '0' NOT NULL,