Commit 63b32726 authored by platyhouse's avatar platyhouse

- encrypted

parent f7329046
......@@ -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>
<?
......
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