search.php 경로 깨짐 현상 해결
This commit is contained in:
2
head.php
2
head.php
@ -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">
|
||||
|
||||
Reference in New Issue
Block a user