Commit cc2cdeac authored by platyhouse's avatar platyhouse

.

parent 9e4a3691
...@@ -242,6 +242,7 @@ namespace platyFramework; ...@@ -242,6 +242,7 @@ namespace platyFramework;
<? if ($_SERVER['REMOTE_ADDR'] == "61.77.83.16") { ?> <? if ($_SERVER['REMOTE_ADDR'] == "61.77.83.16") { ?>
<?= $form->getInput("푸쉬 API Key", "push_apikey", "", "Google Firebase 의 App API 키"); ?> <?= $form->getInput("푸쉬 API Key", "push_apikey", "", "Google Firebase 의 App API 키"); ?>
<? } ?> <? } ?>
<?= $form->getSelect("푸쉬 전송시 이미지 전송 여부", "push_image_attach_type", array("전송" => 0, "미전송" => 1), "", "이미지 미전송을 통해 서버 트래픽을 낮출 수 있습니다"); ?>
</div> </div>
</div> </div>
</div> </div>
......
...@@ -255,7 +255,7 @@ ...@@ -255,7 +255,7 @@
// value: '2015-04-15 05:06', // value: '2015-04-15 05:06',
lang: 'ko', lang: 'ko',
format: 'Y-m-d H:i', format: 'Y-m-d H:i',
step: 5, step: 1,
}); });
/* /*
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<div class="pull-right hidden-xs"> <div class="pull-right hidden-xs">
<!-- <b>Mail to</b> : cpueblo@platyhouse.com, http://www.platyhouse.com--> <!-- <b>Mail to</b> : cpueblo@platyhouse.com, http://www.platyhouse.com-->
</div> </div>
<strong><a href=""><?=$this->config->system->appName?> Administrator</a>. 관리자페이지 문의 : 010-6363-7977(매니져). </strong> storyShare PlatyFramework v1.3.11 All rights reserved. <strong><a href=""><?=$this->config->system->appName?> Administrator</a><? if (false) { ?>관리자페이지 문의 : 010-6363-7977(매니져). </strong> storyShare PlatyFramework <? } ?></strong>&nbsp;v1.3.11 All rights reserved.
</footer> </footer>
<div class="modal fade" id="removeDialog"> <div class="modal fade" id="removeDialog">
<div class="modal-dialog"> <div class="modal-dialog">
......
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