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
96887761
Commit
96887761
authored
Jun 20, 2022
by
platyhouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refs super admin - encrypted
parent
f652f759
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
6 deletions
+4
-6
modules/makerslean/makerslean.ptymobileapp.config.admin.view.html
...makerslean/makerslean.ptymobileapp.config.admin.view.html
+1
-1
modules/ptyboard/ptyboard.items.edit.admin.view.html
modules/ptyboard/ptyboard.items.edit.admin.view.html
+1
-1
modules/ptymobileapp/ptymobileapp.config.index.admin.view.html
...es/ptymobileapp/ptymobileapp.config.index.admin.view.html
+1
-1
platyFramework/modules/ptyapp/ptyapp.config.index.admin.view.html
...mework/modules/ptyapp/ptyapp.config.index.admin.view.html
+1
-3
platyFramework/platyLibrary/database/mysql.php
platyFramework/platyLibrary/database/mysql.php
+0
-0
No files found.
modules/makerslean/makerslean.ptymobileapp.config.admin.view.html
View file @
96887761
...
...
@@ -31,7 +31,7 @@ namespace platyFramework;
</div>
<div
class=
"box-body pad"
>
<input
type=
"hidden"
name=
"id"
value=
"<?= $item->id ?>"
>
<? if ($this->
request->ip == "59.11.116.126" || $this->request->ip == "221.153.38.6"
) { ?>
<? if ($this->
signedInItem->isSuperAdmin()
) { ?>
<?= $form->getInput("안드로이드 패키지명 설정", "androidPackageName", "placeholder='com.xxx.xxx'"); ?>
<div
class=
"form-group"
>
<label
class=
"col-sm-2 control-label"
>
앱 설치 URL
</label>
...
...
modules/ptyboard/ptyboard.items.edit.admin.view.html
View file @
96887761
...
...
@@ -69,7 +69,7 @@ namespace platyFramework;
<?= $form->getFile("첨부18 이미지", "attachImageUrl17", "0", "onchange='checkUpload(this, 18);'", ""); ?>
<?= $form->getFile("첨부19 이미지", "attachImageUrl18", "0", "onchange='checkUpload(this, 19);'", ""); ?>
<?= $form->getFile("첨부20 이미지", "attachImageUrl19", "0", "onchange='checkUpload(this, 20);'", ""); ?>
<?
if ($this->request->ip == "59.11.116.126" || $this->request->ip == "221.153.38.6"
) { ?>
<?
$this->signedInItem->isSuperAdmin()
) { ?>
<?= $form->getInput("출처 URL", "sourceUrl", "", "출처URL"); ?>
<? } ?>
<?= $form->getInput("유튜브 ID", "youtubeId", "", "유튜브 영상ID 를 입력하세요"); ?>
...
...
modules/ptymobileapp/ptymobileapp.config.index.admin.view.html
View file @
96887761
...
...
@@ -31,7 +31,7 @@ namespace platyFramework;
</div>
<div
class=
"box-body pad"
>
<input
type=
"hidden"
name=
"id"
value=
"<?= $item->id ?>"
>
<? if ($this->
request->ip == "59.11.116.126" || $this->request->ip == "221.153.38.6"
) { ?>
<? if ($this->
signedInItem->isSuperAdmin()
) { ?>
<?= $form->getInput("@안드로이드 패키지명 설정", "androidPackageName", "placeholder='com.xxx.xxx'"); ?>
<div
class=
"form-group"
>
<label
class=
"col-sm-2 control-label"
>
앱 설치 URL
</label>
...
...
platyFramework/modules/ptyapp/ptyapp.config.index.admin.view.html
View file @
96887761
...
...
@@ -35,9 +35,7 @@ namespace platyFramework;
<?= $form->getInput("서비스명 (한글)", "appTitle", "", ""); ?>
<?= $form->getInput("서비스명 (영문)", "appName", "", "띄어쓰기 없이 입력하세요"); ?>
<?
$ip = $_SERVER['HTTP_X_FORWARDED_FOR'] ? $_SERVER['HTTP_X_FORWARDED_FOR'] : $_SERVER["REMOTE_ADDR"];
if ($ip == "59.11.116.126" || $ip == "121.157.84.92" || $ip == "221.153.38.6") { ?>
<? if ($this->signedInItem->isSuperAdmin()) { ?>
<?= $form->getInput("Apps API Access Token", "platyHouseAppsApiAccessToken", ""); ?>
<? } ?>
...
...
platyFramework/platyLibrary/database/mysql.php
View file @
96887761
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