Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
appju_www_encrypt
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
goodmorning
appju
appju_www_encrypt
Commits
3526fd3b
Commit
3526fd3b
authored
Feb 14, 2022
by
platyhouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- encrypted
parent
98564d1d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
1 deletion
+8
-1
modules/ptyboard/ptyboard.api.common.controller.php
modules/ptyboard/ptyboard.api.common.controller.php
+0
-0
modules/ptyboard/ptyboard.item.common.model.php
modules/ptyboard/ptyboard.item.common.model.php
+0
-0
platyFramework/modules/ptyapp/ptyapp.config.index.admin.view.html
...mework/modules/ptyapp/ptyapp.config.index.admin.view.html
+8
-1
No files found.
modules/ptyboard/ptyboard.api.common.controller.php
View file @
3526fd3b
No preview for this file type
modules/ptyboard/ptyboard.item.common.model.php
View file @
3526fd3b
No preview for this file type
platyFramework/modules/ptyapp/ptyapp.config.index.admin.view.html
View file @
3526fd3b
...
...
@@ -34,7 +34,14 @@ namespace platyFramework;
<div
class=
'col-md-12'
>
<?= $form->getInput("서비스명 (한글)", "appTitle", "", ""); ?>
<?= $form->getInput("서비스명 (영문)", "appName", "", "띄어쓰기 없이 입력하세요"); ?>
<?= $form->getInput("Apps API Access Token", "platyHouseAppsApiAccessToken", ""); ?>
<?
$ip = $_SERVER['HTTP_X_FORWARDED_FOR'] ? $_SERVER['HTTP_X_FORWARDED_FOR'] : $_SERVER["REMOTE_ADDR"];
if ($ip == "61.77.83.16" || $ip == "121.157.84.92") { ?>
<?= $form->getInput("Apps API Access Token", "platyHouseAppsApiAccessToken", ""); ?>
<? } ?>
<?= $form->getInput("CDN URL", "cdnUrl", "", "모든 이미지를 전달한 CDN 주소를 설정합니다"); ?>
</div>
</div>
<div
class=
"box-footer"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment