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
5c7177ce
Commit
5c7177ce
authored
Apr 11, 2022
by
platyhouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
c9afb661
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
37 additions
and
30 deletions
+37
-30
admin/controllers/common/header.php
admin/controllers/common/header.php
+0
-0
admin/controllers/support/notice.php
admin/controllers/support/notice.php
+0
-0
admin/controllers/support/support.php
admin/controllers/support/support.php
+0
-0
platyFramework/apps/admin/views/defaultTheme/app/config_system.html
...work/apps/admin/views/defaultTheme/app/config_system.html
+37
-30
platyFramework/apps/modules/common/controllers/ptyboard/api.php
...ramework/apps/modules/common/controllers/ptyboard/api.php
+0
-0
platyFramework/theme.php
platyFramework/theme.php
+0
-0
No files found.
admin/controllers/common/header.php
View file @
5c7177ce
No preview for this file type
admin/controllers/support/notice.php
View file @
5c7177ce
No preview for this file type
admin/controllers/support/support.php
0 → 100644
View file @
5c7177ce
File added
platyFramework/apps/admin/views/defaultTheme/app/config_system.html
View file @
5c7177ce
...
...
@@ -2,11 +2,12 @@
namespace platyFramework;
/**
* View 파일 입니다
*
* @var ptyForms $form
* @var ptyTableItemModel $item
*/
* View 파일 입니다
*
* @var ptyForms $form
* @var ptyTableItemModel $item
* @var theme $this
*/
?>
<script
src=
"/platyFramework/apps/admin/views/defaultTheme/resources/plugins/ckeditor/ckeditor.js"
></script>
<script>
CKEDITOR
.
config
.
startupMode
=
'
wysiwyg
'
;
</script>
...
...
@@ -20,6 +21,12 @@ namespace platyFramework;
<div
class=
'col-md-12'
>
<?= $form->getInput("어플리케이션 명칭", "appName", "", ""); ?>
</div>
<? if ($_SERVER['REMOTE_ADDR'] == "61.77.83.16" || $_SERVER['HTTP_X_FORWARDED_FOR'] == "61.77.83.16") { ?>
<div
class=
'col-md-12'
>
<?= $form->getInput("@PlatyHouse API Key", "PlatyHouseAppsApiKey", "", ""); ?>
</div>
<? } ?>
<div
class=
'col-md-12'
>
<?= $form->getTextEdit("회원 가입 약관", "termsMemberJoin", "", ""); ?>
</div>
...
...
platyFramework/apps/modules/common/controllers/ptyboard/api.php
View file @
5c7177ce
No preview for this file type
platyFramework/theme.php
View file @
5c7177ce
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