Show
Ignore:
Timestamp:
04/24/08 02:21:49 (9 months ago)
Author:
coolengineer
Message:
  • #937
  • 2차 도메인을 확인하는 부분을 수정합니다.
    • 설정
    • 세션 쿠키 관련
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/interface/owner/setting/blog/index.php

    r5673 r5822  
    113113                                        request.onSuccess = function() { 
    114114                                            PM.showMessage("<?php echo _t('저장되었습니다');?>", "center", "bottom"); 
    115                                             if(newDefaultDomain == 0 || newPrimaryDomain != primaryDomain) { 
     115alert(newDefaultDomain); 
     116alert(newSecondaryDomain); 
     117alert(secondaryDomain); 
     118                                            if(newDefaultDomain == 0) { 
    116119                                                alert("<?php echo _t('변경된 1차 블로그 주소로 이동합니다');?>"); 
    117120                                                window.location.href = "http://" + newPrimaryDomain + ".<?php echo $service['domain'];?><?php echo $blogURL;?>/owner/setting/blog"; 
    118121                                            } 
    119                                             else if(newDefaultDomain == 1 && newSecondaryDomain != secondaryDomain) { 
     122                                            else if(newDefaultDomain == 1) { 
    120123                                                alert("<?php echo _t('변경된 2차 블로그 주소로 이동합니다');?>"); 
    121124                                                window.location.href = "http://" + newSecondaryDomain + "<?php echo $blogURL;?>/owner/setting/blog";