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
b12e50da
Commit
b12e50da
authored
Jun 20, 2024
by
platyhouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- encrypted
parent
8b154ff0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
modules/ptypush/ptypush.config.index.admin.view.html
modules/ptypush/ptypush.config.index.admin.view.html
+1
-1
modules/ptypush/ptypush.serverThread.common.controller.php
modules/ptypush/ptypush.serverThread.common.controller.php
+0
-0
No files found.
modules/ptypush/ptypush.config.index.admin.view.html
View file @
b12e50da
...
@@ -33,7 +33,7 @@ namespace platyFramework;
...
@@ -33,7 +33,7 @@ namespace platyFramework;
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
'col-md-9'
>
<div
class=
'col-md-9'
>
<?= $form->getSelect("푸쉬 사용 여부", "push_enabled", array("사용" => 1, "미사용" => 0), "", ""); ?>
<?= $form->getSelect("푸쉬 사용 여부", "push_enabled", array("사용" => 1, "미사용" => 0), "", ""); ?>
<?= $form->get
Input("푸쉬 API Key", "push_apikey", "", "Google Firebase 의 App API 키");
?>
<?= $form->get
TextEdit("푸쉬 서버 키", "v1_serverKeyJson" );
?>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
modules/ptypush/ptypush.serverThread.common.controller.php
View file @
b12e50da
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