이슈트래커의 form 문을 가상사이트에서 사용시 문제 없도록 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6483 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-06-05 06:31:10 +00:00
parent e0036cc41e
commit e7930e5f79
3 changed files with 8 additions and 3 deletions

View file

@ -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}" />