Removed js redirect from logout.aspx
This commit is contained in:
@@ -12,10 +12,7 @@
|
||||
<body MS_POSITIONING="GridLayout">
|
||||
|
||||
<form id="Form1" method="post" runat="server">
|
||||
<script>
|
||||
window.top.location.href='login.aspx?redir=<%=Server.UrlEncode(Request["redir"]) %>';
|
||||
</script>
|
||||
</form>
|
||||
</form>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user