Commit 2564dd76 authored by platyhouse's avatar platyhouse

- encrypted

parent 0bcaa68e
......@@ -92,6 +92,7 @@ namespace platyFramework;
<? $o = ""; $this->callAction("onAdminTableItemsEditBottom", $this, $o); echo $o; ?>
<?= $form->getSelect("백그라운드 유튜브 재생 기능", "enablePlayBackgroundYoutube", array ("ON" => "1", "OFF" => 0, "기본 (ON)" => "")); ?>
<?= $form->getSelect("게시물 본문 불펌 방지 기능", "enableBoardLongClickDisable", array ("ON" => "1", "OFF" => 0, "기본 (ON)" => "")); ?>
<?= $form->getSelect("유튜브 게시 기능", "enableYoutube", array ("ON" => "1", "OFF" => 0, "기본 (ON)" => ""), "", "앱 내의 모든 Youtube 게시를 ON/OFF 합니다"); ?>
</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