mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +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:
@@ -514,7 +514,7 @@ CREATE TABLE [phpbb_sessions] (
|
||||
[session_start] [int] NOT NULL ,
|
||||
[session_time] [int] NOT NULL ,
|
||||
[session_ip] [varchar] (40) NOT NULL ,
|
||||
[session_browser] [varchar] (100) NULL ,
|
||||
[session_browser] [varchar] (150) NULL ,
|
||||
[session_page] [varchar] (100) NOT NULL ,
|
||||
[session_viewonline] [int] NOT NULL ,
|
||||
[session_admin] [int] NOT NULL
|
||||
|
Reference in New Issue
Block a user