mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 19:11:47 +02:00
Fix missing $phpEx in search redirections
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2506 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -157,7 +157,7 @@ else if ( $search_keywords != '' || $search_author != '' || $search_id )
|
||||
}
|
||||
else
|
||||
{
|
||||
header("Location: login.$phpEx?redirect=search&search_id=newposts");
|
||||
header("Location: login.$phpEx?redirect=search.$phpEx&search_id=newposts", true);
|
||||
exit;
|
||||
}
|
||||
|
||||
@@ -175,7 +175,7 @@ else if ( $search_keywords != '' || $search_author != '' || $search_id )
|
||||
}
|
||||
else
|
||||
{
|
||||
header("Location: login.$phpEx?redirect=search&search_id=egosearch");
|
||||
header("Location: login.$phpEx?redirect=search.$phpEx&search_id=egosearch", true);
|
||||
exit;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user