이온디

<?
/*********************************************
 * INCLUDE
 *********************************************/
 if
 (
 ($blooz == 't1') || ($blooz == 't2') || ($blooz == 't3')
 )
 {
     /*********************************************
     * 쿠키 굽기
     *********************************************/
     SetCookie ("theme",$blooz,time()+2592000);
     /*********************************************
     * URL 리다이렉션
     *********************************************/
     $org_url = getenv("HTTP_REFERER"); HEADER ("Location: $org_url");
     }
     else echo "엄한 테마입니다";
     ?>
닫기

마이페이지

로그인을 해주세요