mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 16:19:58 +09:00
이슈트래커의 form 문을 가상사이트에서 사용시 문제 없도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6483 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e0036cc41e
commit
e7930e5f79
3 changed files with 8 additions and 3 deletions
|
|
@ -17,7 +17,8 @@
|
|||
<!--@end-->
|
||||
<!--@end-->
|
||||
|
||||
<form action="./index.php" id="logForm" method="get">
|
||||
<form action="{Context::getRequestUri()}" id="logForm" method="get">
|
||||
<input type="hidden" name="vid" value="{$vid}" />
|
||||
<input type="hidden" name="path" value="{htmlspecialchars($path)}" />
|
||||
<input type="hidden" name="mid" value="{$mid}" />
|
||||
<input type="hidden" name="act" value="{$act}" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue