PHP_SELF 를 SCRIPT_NAME 으로 변경
This commit is contained in:
@ -62,7 +62,7 @@ include_once('./_head.php');
|
||||
?>
|
||||
|
||||
<?php
|
||||
echo get_paging($config['cf_write_pages'], $page, $total_page, $_SERVER['PHP_SELF'].'?'.$qstr.'&page=');
|
||||
echo get_paging($config['cf_write_pages'], $page, $total_page, $_SERVER['SCRIPT_NAME'].'?'.$qstr.'&page=');
|
||||
?>
|
||||
</div>
|
||||
<!-- } 상품 목록 끝 -->
|
||||
|
||||
Reference in New Issue
Block a user