$current_time = new DateTime();
$ip_address = $_SERVER['REMOTE_ADDR'];
$target_time = new DateTime('2025-02-10 12:00');
if ($ip_address == '180.67.17.21' || $ip_address == '123.143.195.60' || $current_time >= $target_time) {
header('Location: https://e-cig.co.kr/products?p=hakah');
exit;
}
?>
하카H";
include_once(G5_PATH.'/_head.php');
?>
= $target_time) {
include G5_PATH."/hakah/hakah20241028.html";
} else {
include G5_PATH."/hakah/hakah.html";
}
?>