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
bd268499
Commit
bd268499
authored
May 12, 2018
by
platyhouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
16ad5fc7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
admin/controllers/support/notice.php
admin/controllers/support/notice.php
+0
-0
admin/views/defaultTheme/index/index.html
admin/views/defaultTheme/index/index.html
+1
-1
platyFramework/apps/admin/views/defaultTheme/common/footer.html
...ramework/apps/admin/views/defaultTheme/common/footer.html
+5
-1
No files found.
admin/controllers/support/notice.php
View file @
bd268499
No preview for this file type
admin/views/defaultTheme/index/index.html
View file @
bd268499
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
</script>
</script>
<?php
<?php
$newAppVer = "1.1
1
.0";
$newAppVer = "1.1
2
.0";
{
{
require_once(PLATYFRAMEWORK_SYSTEMDIR . "/platyLibrary/external/simpleHtmlDom/simple_html_dom.php");
require_once(PLATYFRAMEWORK_SYSTEMDIR . "/platyLibrary/external/simpleHtmlDom/simple_html_dom.php");
$package_name = $this->config->mobileapp->packageName;
$package_name = $this->config->mobileapp->packageName;
...
...
platyFramework/apps/admin/views/defaultTheme/common/footer.html
View file @
bd268499
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
<div
class=
"pull-right hidden-xs"
>
<div
class=
"pull-right hidden-xs"
>
<!-- <b>Mail to</b> : cpueblo@platyhouse.com, http://www.platyhouse.com-->
<!-- <b>Mail to</b> : cpueblo@platyhouse.com, http://www.platyhouse.com-->
</div>
</div>
<strong><a
href=
"http://platyhouse.com/"
>
<?=$this->config->system->appName?>
Administrator
</a>
. 관리자페이지 문의 : 010-7539-7017(매니져).
</strong>
storyShare PlatyFramework v1.3.
4
All rights reserved.
<strong><a
href=
"http://platyhouse.com/"
>
<?=$this->config->system->appName?>
Administrator
</a>
. 관리자페이지 문의 : 010-7539-7017(매니져).
</strong>
storyShare PlatyFramework v1.3.
5
All rights reserved.
</footer>
</footer>
<div
class=
"modal fade"
id=
"removeDialog"
>
<div
class=
"modal fade"
id=
"removeDialog"
>
<div
class=
"modal-dialog"
>
<div
class=
"modal-dialog"
>
...
@@ -64,6 +64,10 @@
...
@@ -64,6 +64,10 @@
</div>
</div>
<script>
<script>
$
(
function
()
{
$
(
function
()
{
//Initialize Select2 Elements
$
(
'
.select2
'
).
select2
()
consoleLog
=
function
(
msg
)
{
//See https://stackoverflow.com/a/27074218/470749
consoleLog
=
function
(
msg
)
{
//See https://stackoverflow.com/a/27074218/470749
var
e
=
new
Error
();
var
e
=
new
Error
();
if
(
!
e
.
stack
)
if
(
!
e
.
stack
)
...
...
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