mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
Redirect to GET if integration search is called with POST
This commit is contained in:
parent
d17eaf63a0
commit
c91feddbf0
4 changed files with 13 additions and 3 deletions
|
|
@ -71,7 +71,7 @@
|
|||
<div class="hside layout_pc">
|
||||
<div class="side">
|
||||
<!--// Search -->
|
||||
<form action="{getUrl()}" method="get" class="layout_search">
|
||||
<form action="{getUrl()}" method="get" class="layout_search" no-error-return-url="true">
|
||||
<input type="hidden" name="vid" value="{$vid}" />
|
||||
<input type="hidden" name="mid" value="{$mid}" />
|
||||
<input type="hidden" name="act" value="IS" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue