mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Target _top was introduced long ago to solve problems with admin logins ... it's "too bad" that it affects those who wish to embed phpBB within frames. They will just have to remove this themselves (as noted in the forums). I assume this was the reason for the change, if not, please let me know.
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3968 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
c0d96c080d
commit
e9b13ea490
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