Commit 8c808f73 authored by platyhouse's avatar platyhouse

- encrypted

parent 9b18907c
......@@ -3,7 +3,7 @@ namespace platyFramework;
/**
* View 파일 입니다
*
* @var ptyForms $form
* @var ptyFormModel $form
* @var string $postUrl
*/
?>
......@@ -33,7 +33,8 @@ namespace platyFramework;
<div class="row">
<div class='col-md-9'>
<?= $form->getSelect("푸쉬 사용 여부", "push_enabled", array("사용" => 1, "미사용" => 0), "", ""); ?>
<?= $form->getInput("푸쉬 API Key", "push_apikey", "", "Google Firebase 의 App API 키"); ?>
<?= $form->getTextEdit("푸쉬 서버 키", "v1_serverKeyJson" );?>
<? // $form->getInput("푸쉬 API Key", "push_apikey", "", "Google Firebase 의 App API 키"); ?>
</div>
</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