다음 주소 api 수정된 것 적용 및 zip.php 관련된 코드 삭제

This commit is contained in:
thisgun
2014-08-22 14:04:44 +09:00
parent 09f0530d57
commit 729e7ef6d5
10 changed files with 62 additions and 110 deletions

View File

@ -185,4 +185,10 @@ define('G5_THUMB_PNG_COMPRESS', 5);
다른 문자를 적어주시면 됩니다.
*/
define('G5_IP_DISPLAY', '\\1.♡.\\3.\\4');
if(isset($_SERVER['HTTPS']) && $_SERVER['HTTPS']=='on') { //https 통신일때 daum 주소 js
define('G5_IS_POSTCODE_JS', '<script src="https://spi.maps.daum.net/imap/map_js_init/postcode.js"></script>');
} else { //http 통신일때 daum 주소 js
define('G5_IS_POSTCODE_JS', '<script src="http://dmaps.daum.net/map_js_init/postcode.js"></script>');
}
?>