다음주소API 관련 스크립트 코드 및 기타 코드 수정

This commit is contained in:
chicpro
2014-08-20 16:55:18 +09:00
parent e891791f86
commit 5a37e8243d
7 changed files with 57 additions and 73 deletions

View File

@ -12,5 +12,7 @@ if(isset($_SERVER['HTTPS']) && $_SERVER['HTTPS']=='on') { //https 통신
include_once($member_skin_path.'/zip.skin.php');
echo '<script src="'.G5_JS_URL.'/zip.js"></script>';
include_once(G5_PATH.'/tail.sub.php');
?>