search.php 경로 깨짐 현상 해결

This commit is contained in:
gnuboard
2013-01-28 14:08:37 +09:00
parent 431d8fc8c2
commit bcf53c2e92

View File

@ -34,7 +34,7 @@ include_once(G4_LIB_PATH.'/popular.lib.php');
<fieldset id="schall">
<legend>사이트 내 전체검색</legend>
<form name="fsearchbox" method="get" action="<?=G4_BBS_URL?>./search.php" onsubmit="return fsearchbox_submit(this);">
<form name="fsearchbox" method="get" action="<?=G4_BBS_URL?>/search.php" onsubmit="return fsearchbox_submit(this);">
<input type="hidden" name="sfl" value="wr_subject||wr_content">
<input type="hidden" name="sop" value="and">
<input type="text" id="schall_stx" name="stx" title="검색어" maxlength="20">