Commit 837cd604 authored by platyhouse's avatar platyhouse

.

parent 7b7d3a6a
......@@ -35,7 +35,12 @@ namespace platyFramework;
<?= $form->getInput("CDN URL", "cdnUrl", "", ""); ?>
<?= $form->getInput("PUSH 전송시 CDN URL", "pushCdnUrl", "", ""); ?>
</div>
<div class='col-md-12'>
<?= $form->getTextEdit("IP 차단 목록", "ipDenies", "", ""); ?>
</div>
<div class='col-md-offset-2'>
차단을 원하는 IP 목록을 줄단위로 입력해 주세요
</div>
</div>
<div class="box-footer">
......
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