mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-12 04:36:32 +02:00
Removed 'Redirect' header
git-svn-id: file:///svn/phpbb/trunk@1497 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@ -325,7 +325,6 @@ else
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
header("HTTP/1.0 302 Redirect");
|
|
||||||
header("Location: " . append_sid("index.$phpEx", true));
|
header("Location: " . append_sid("index.$phpEx", true));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -661,7 +661,6 @@ if( $cancel )
|
|||||||
$redirect = "index.$phpEx";
|
$redirect = "index.$phpEx";
|
||||||
$post_append = "";
|
$post_append = "";
|
||||||
}
|
}
|
||||||
header("HTTP/1.0 302 Redirect");
|
|
||||||
header("Location:" . append_sid($redirect) . $post_append, true);
|
header("Location:" . append_sid($redirect) . $post_append, true);
|
||||||
}
|
}
|
||||||
//
|
//
|
||||||
@ -986,7 +985,6 @@ if( !$is_auth[$is_auth_type] )
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
header("HTTP/1.0 302 Redirect");
|
|
||||||
header("Location: " . append_sid("login.$phpEx?redirect=posting.$phpEx&" . $redirect, true));
|
header("Location: " . append_sid("login.$phpEx?redirect=posting.$phpEx&" . $redirect, true));
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -1824,7 +1822,6 @@ if( ( $submit || $confirm || $mode == "delete" ) && !$error )
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
header("HTTP/1.0 302 Redirect");
|
|
||||||
header("Location: " . append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . "=$topic_id", true));
|
header("Location: " . append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . "=$topic_id", true));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user