Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
makerslean_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
makerslean
makerslean_www_encrypt
Commits
a3885fc3
Commit
a3885fc3
authored
Feb 16, 2022
by
platyhouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- encrypted
parent
cb1ee95f
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
0 deletions
+5
-0
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
+5
-0
platyFramework/platyLibrary/database/mysql.php
platyFramework/platyLibrary/database/mysql.php
+0
-0
No files found.
modules/ptyboard/ptyboard.api.common.controller.php
View file @
a3885fc3
No preview for this file type
modules/ptyboard/ptyboard.item.common.model.php
View file @
a3885fc3
No preview for this file type
platyFramework/modules/ptyapp/ptyapp.config.index.admin.view.html
View file @
a3885fc3
...
...
@@ -34,7 +34,12 @@ namespace platyFramework;
<div
class=
'col-md-12'
>
<?= $form->getInput("서비스명 (한글)", "appTitle", "", ""); ?>
<?= $form->getInput("서비스명 (영문)", "appName", "", "띄어쓰기 없이 입력하세요"); ?>
<?
$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"
>
...
...
platyFramework/platyLibrary/database/mysql.php
View file @
a3885fc3
No preview for this file type
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