관리자 경로 수정 작업중

This commit is contained in:
chicpro
2013-03-18 17:13:09 +09:00
parent 5719076252
commit 3f463df4fc
13 changed files with 302 additions and 305 deletions

View File

@ -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');
?>