Commit 6bcc342e authored by platyhouse's avatar platyhouse

- encrypted

parent 63b32726
......@@ -31,8 +31,10 @@ namespace platyFramework;
</div>
<div class="box-body pad">
<input type="hidden" name="id" value="<?= $item->id ?>">
<? if ($this->request->ip == "61.77.83.16") { ?>
<?= $form->getInput("안드로이드 패키지명 설정", "androidPackageName", "placeholder='com.xxx.xxx'"); ?>
<? if ($this->signedInItem->isSuperAdmin()) { ?>
<?= $form->getInput("@안드로이드 패키지명 설정", "androidPackageName", "placeholder='com.xxx.xxx'"); ?>
<?= $form->getInput("@redirectAndroidApp", "redirectAndroidApp", "placeholder='com.xxx.xxx'"); ?>
<?= $form->getInput("@redirectUrl", "redirectUrl", "placeholder='http://www.~~~'"); ?>
<div class="form-group">
<label class="col-sm-2 control-label">앱 설치 URL</label>
<?
......@@ -89,10 +91,12 @@ namespace platyFramework;
<?= $form->getSelect("종료 팝업시 배너 노출", "enableQuitBanner", array("ON" => "1", "OFF" => 0), "", "광고 설정에 배너ID 가 설정되어 있어야 합니다"); ?>
<?= $form->getFile("Main 화면 타이틀 설정", "mainTitle"); ?>
<? $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 합니다"); ?>
<? $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