Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
storyshare_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
Analytics
Repository Analytics
Value Stream Analytics
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
goodmorning
storyshare
storyshare_www_encrypt
Commits
a01d6cc6
Commit
a01d6cc6
authored
Jun 20, 2024
by
platyhouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
39173433
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
0 deletions
+3
-0
platyFramework/apps/admin/views/defaultTheme/app/config_mobileapp.html
...k/apps/admin/views/defaultTheme/app/config_mobileapp.html
+3
-0
platyFramework/apps/modules/common/models/pty/item.php
platyFramework/apps/modules/common/models/pty/item.php
+0
-0
platyFramework/apps/server/sendPushThread.php
platyFramework/apps/server/sendPushThread.php
+0
-0
platyFramework/platyLibrary/common/ptyForms2.php
platyFramework/platyLibrary/common/ptyForms2.php
+0
-0
No files found.
platyFramework/apps/admin/views/defaultTheme/app/config_mobileapp.html
View file @
a01d6cc6
...
...
@@ -314,9 +314,12 @@ namespace platyFramework;
<div
class=
"row"
>
<div
class=
'col-md-9'
>
<?= $form->getSelect("푸쉬 사용 여부", "push_enabled", array("사용" => 1, "미사용" => 0), "", ""); ?>
<?= $form->getTextView("푸쉬 서버 키", "v1_serverKeyJson" );?>
<? if (false) { ?>
<? if ($_SESSION['superAdmin'] == 1 || $_SERVER['REMOTE_ADDR'] == "125.132.167.178" || $_SERVER['HTTP_X_FORWARDED_FOR'] == "125.132.167.178") { ?>
<?= $form->getInput("@푸쉬 API Key", "push_apikey", "", "Google Firebase 의 App API 키"); ?>
<? } ?>
<? } ?>
<?= $form->getSelect("푸쉬 전송시 이미지 전송 여부", "push_image_attach_type", array("전송" => 0, "미전송" => 1), "", "이미지 미전송을 통해 서버 트래픽을 낮출 수 있습니다"); ?>
</div>
</div>
...
...
platyFramework/apps/modules/common/models/pty/item.php
View file @
a01d6cc6
No preview for this file type
platyFramework/apps/server/sendPushThread.php
View file @
a01d6cc6
No preview for this file type
platyFramework/platyLibrary/common/ptyForms2.php
View file @
a01d6cc6
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