Commit b12e50da authored by platyhouse's avatar platyhouse

- encrypted

parent 8b154ff0
...@@ -33,7 +33,7 @@ namespace platyFramework; ...@@ -33,7 +33,7 @@ namespace platyFramework;
<div class="row"> <div class="row">
<div class='col-md-9'> <div class='col-md-9'>
<?= $form->getSelect("푸쉬 사용 여부", "push_enabled", array("사용" => 1, "미사용" => 0), "", ""); ?> <?= $form->getSelect("푸쉬 사용 여부", "push_enabled", array("사용" => 1, "미사용" => 0), "", ""); ?>
<?= $form->getInput("푸쉬 API Key", "push_apikey", "", "Google Firebase 의 App API 키"); ?> <?= $form->getTextEdit("푸쉬 서버 키", "v1_serverKeyJson" );?>
</div> </div>
</div> </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