Commit 5678ee32 authored by platyhouse's avatar platyhouse

.

parent 8395dd73
......@@ -9,7 +9,7 @@ $isHttps = (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') ? true : fals
if (!$isHttps && time() < strtotime("2022-06-31")) { ?>
<div class="animated flash alert alert-error alert-dismissible">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
<h4><i class="icon fa fa-bell"></i> 🟠 중요공지 🟠 개인정보 보호법에 따른 인증서 적용건 (6월 10일까지 필독 사항)</h4>
<h4><i class="icon fa fa-bell"></i> 🟠 중요공지 🟠 개인정보 보호법에 따른 인증서 적용 필수. 앱주 유지보수 미진행시 6월 17일 이후 해당 앱은 접속 차단됩니다.</h4>
<a href="/admin/support/support/notice/">개인 정보 보호법에 따른 인증서 적용 공지가 있으니 확인해 주세요. 위 알림은 인증서 적용 후에는 자동으로 노출되지 않습니다.</a>
</div>
<?php } ?>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment