Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
goodsshare_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
goodsshare
goodsshare_www_encrypt
Commits
b96d6373
Commit
b96d6373
authored
Jun 04, 2021
by
platyhouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- encrypted
parent
3280678b
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
0 deletions
+8
-0
modules/ptyboard/ptyboard.item.common.model.php
modules/ptyboard/ptyboard.item.common.model.php
+0
-0
modules/ptyboard/ptyboard.items.common.model.php
modules/ptyboard/ptyboard.items.common.model.php
+0
-0
modules/ptyboard/ptyboard.items.edit.admin.view.html
modules/ptyboard/ptyboard.items.edit.admin.view.html
+8
-0
modules/ptymobileapp/ptymobileapp.api.common.controller.php
modules/ptymobileapp/ptymobileapp.api.common.controller.php
+0
-0
No files found.
modules/ptyboard/ptyboard.item.common.model.php
View file @
b96d6373
No preview for this file type
modules/ptyboard/ptyboard.items.common.model.php
View file @
b96d6373
No preview for this file type
modules/ptyboard/ptyboard.items.edit.admin.view.html
View file @
b96d6373
...
...
@@ -60,6 +60,14 @@ namespace platyFramework;
<?= $form->getFile("첨부10 이미지", "attachImageUrl9", "0", "onchange='checkUpload(this, 10);'", ""); ?>
<?= $form->getFile("첨부11 이미지", "attachImageUrl10", "0", "onchange='checkUpload(this, 11);'", ""); ?>
<?= $form->getFile("첨부12 이미지", "attachImageUrl11", "0", "onchange='checkUpload(this, 12);'", ""); ?>
<?= $form->getFile("첨부13 이미지", "attachImageUrl12", "0", "onchange='checkUpload(this, 13);'", ""); ?>
<?= $form->getFile("첨부14 이미지", "attachImageUrl13", "0", "onchange='checkUpload(this, 14);'", ""); ?>
<?= $form->getFile("첨부15 이미지", "attachImageUrl14", "0", "onchange='checkUpload(this, 15);'", ""); ?>
<?= $form->getFile("첨부16 이미지", "attachImageUrl15", "0", "onchange='checkUpload(this, 16);'", ""); ?>
<?= $form->getFile("첨부17 이미지", "attachImageUrl16", "0", "onchange='checkUpload(this, 17);'", ""); ?>
<?= $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 == "61.77.83.16") { ?>
<?= $form->getInput("출처 URL", "sourceUrl", "", "출처URL"); ?>
<? } ?>
...
...
modules/ptymobileapp/ptymobileapp.api.common.controller.php
View file @
b96d6373
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