mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 12:14:06 +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:
@@ -44,6 +44,10 @@ class acp_modules
|
||||
{
|
||||
$user->add_lang('ucp');
|
||||
}
|
||||
else if ($this->module_class == 'mcp')
|
||||
{
|
||||
$user->add_lang('mcp');
|
||||
}
|
||||
|
||||
$this->page_title = strtoupper($this->module_class);
|
||||
|
||||
|
Reference in New Issue
Block a user