Skip to content

Commit

Permalink
Add goto parameter to link to open redirect login page
Browse files Browse the repository at this point in the history
  • Loading branch information
k-tamura committed Sep 4, 2017
1 parent 5a8fa93 commit a66dae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/index.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
<fmt:message key="function.description.unrestricted.ext.upload" />
</p></li>
<li><p>
<a href="admins/main?logintype=openredirect"><fmt:message
<a href="admins/main?logintype=openredirect&goto=/uid/serverinfo.jsp"><fmt:message
key="function.name.open.redirect" /></a>:
<fmt:message key="function.description.open.redirect" />
</p></li>
Expand Down

0 comments on commit a66dae3

Please sign in to comment.