관리자 경로 수정 작업중
This commit is contained in:
@ -33,14 +33,11 @@ include_once("$g4[path]/head.sub.php");
|
||||
function _copy(link)
|
||||
{
|
||||
var new_it_id = document.getElementById('new_it_id').value;
|
||||
if (g4_charset.toUpperCase() == 'EUC-KR')
|
||||
opener.parent.location.href = link+'&new_it_id='+new_it_id;
|
||||
else
|
||||
opener.parent.location.href = encodeURI(link+'&new_it_id='+new_it_id);
|
||||
opener.parent.location.href = encodeURI(link+'&new_it_id='+new_it_id);
|
||||
self.close();
|
||||
}
|
||||
</script>
|
||||
|
||||
<?
|
||||
include_once("$g4[path]/tail.sub.php");
|
||||
include_once(G4_PATH.'/tail.sub.php');
|
||||
?>
|
||||
Reference in New Issue
Block a user