Commit 63f69370 authored by platyhouse's avatar platyhouse

.

parent b100de25
...@@ -9,8 +9,8 @@ $isHttps = (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') ? true : fals ...@@ -9,8 +9,8 @@ $isHttps = (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') ? true : fals
if (!$isHttps && time() < strtotime("2022-06-31")) { ?> if (!$isHttps && time() < strtotime("2022-06-31")) { ?>
<div class="animated flash alert alert-error alert-dismissible"> <div class="animated flash alert alert-error alert-dismissible">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button> <button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
<h4><i class="icon fa fa-bell"></i> 🟠 중요공지 🟠 개인정보 보호법에 따른 인증서 적용 필수. 앱주 유지보수 미진행시 6월 17일 이후 해당 앱은 접속 차단됩니다.</h4> <h4><i class="icon fa fa-bell"></i> 🟠 중요공지 🟠 개인정보 보호법에 따른 인증서 적용 필수. 6월 17일 이후 https 접속으로 강제 이동되며, 앱주 유지보수 미진행시 6월 17일 이후 해당 앱은 접속 차단됩니다.</h4>
<a href="/admin/support/support/notice/">개인 정보 보호법에 따른 인증서 적용 공지가 있으니 확인해 주세요. 위 알림은 인증서 적용 후에는 자동으로 노출되지 않습니다.</a> <a href="/admin/support/support/notice/">개인 정보 보호법에 따른 인증서 적용 공지가 있으니 확인해 주세요. 위 알림은 인증서 적용 및 https 접속 후에는 자동으로 노출되지 않습니다.</a>
</div> </div>
<?php } ?> <?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