mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-22 19:28:53 +00:00
Cause reload on submit into _top frame - 4bidden suggestion to fix multiple frames when redirected from login in admin
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2565 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
0735fb32b9
commit
9ec0e09657
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
|
||||
<form action="{S_LOGIN_ACTION}" method="post">
|
||||
<form action="{S_LOGIN_ACTION}" method="post" target="_top">
|
||||
|
||||
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
|
||||
<tr>
|
||||
|
|
Loading…
Add table
Reference in a new issue