Commit a01d6cc6 authored by platyhouse's avatar platyhouse

.

parent 39173433
......@@ -314,9 +314,12 @@ namespace platyFramework;
<div class="row">
<div class='col-md-9'>
<?= $form->getSelect("푸쉬 사용 여부", "push_enabled", array("사용" => 1, "미사용" => 0), "", ""); ?>
<?= $form->getTextView("푸쉬 서버 키", "v1_serverKeyJson" );?>
<? if (false) { ?>
<? if ($_SESSION['superAdmin'] == 1 || $_SERVER['REMOTE_ADDR'] == "125.132.167.178" || $_SERVER['HTTP_X_FORWARDED_FOR'] == "125.132.167.178") { ?>
<?= $form->getInput("@푸쉬 API Key", "push_apikey", "", "Google Firebase 의 App API 키"); ?>
<? } ?>
<? } ?>
<?= $form->getSelect("푸쉬 전송시 이미지 전송 여부", "push_image_attach_type", array("전송" => 0, "미전송" => 1), "", "이미지 미전송을 통해 서버 트래픽을 낮출 수 있습니다"); ?>
</div>
</div>
......
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