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
4f89f8b6
Commit
4f89f8b6
authored
Jun 27, 2022
by
platyhouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
63f69370
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
2 deletions
+4
-2
admin/config.php
admin/config.php
+0
-0
admin/views/defaultTheme/index/index.html
admin/views/defaultTheme/index/index.html
+3
-1
platyFramework/apps/admin/controllers/ptyuser/login.php
platyFramework/apps/admin/controllers/ptyuser/login.php
+0
-0
platyFramework/apps/admin/views/defaultTheme/common/header_admin.html
...rk/apps/admin/views/defaultTheme/common/header_admin.html
+1
-1
platyFramework/apps/modules/common/models/ptyboard/item.php
platyFramework/apps/modules/common/models/ptyboard/item.php
+0
-0
No files found.
admin/config.php
View file @
4f89f8b6
No preview for this file type
admin/views/defaultTheme/index/index.html
View file @
4f89f8b6
...
...
@@ -6,7 +6,9 @@
<?php
$isHttps = (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') ? true : false;
if (!$isHttps && time() < strtotime("2022-06-31")) { ?>
//print_r($_SERVER);
//print_r($isHttps);exit;
if (!$isHttps /* && time() < strtotime("2022-06-31") */) { ?>
<div
class=
"animated flash alert alert-error alert-dismissible"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"alert"
aria-hidden=
"true"
>
×
</button>
<h4><i
class=
"icon fa fa-bell"
></i>
🟠 중요공지 🟠 개인정보 보호법에 따른 인증서 적용 필수. 6월 17일 이후 https 접속으로 강제 이동되며, 앱주 유지보수 미진행시 6월 17일 이후 해당 앱은 접속 차단됩니다.
</h4>
...
...
platyFramework/apps/admin/controllers/ptyuser/login.php
View file @
4f89f8b6
No preview for this file type
platyFramework/apps/admin/views/defaultTheme/common/header_admin.html
View file @
4f89f8b6
...
...
@@ -184,7 +184,7 @@ function getSidebarMenus($list, $parent){
<header
class=
"main-header"
>
<!-- Logo -->
<a
href=
"<?= PLATYFRAMEWORK_APPURL ?>"
class=
"logo"
>
<a
href=
"<?= PLATYFRAMEWORK_APPURL ?>
/
"
class=
"logo"
>
<!-- mini logo for sidebar mini 50x50 pixels -->
<span
class=
"logo-mini"
><b>
<?= $this->config->system->appName ?>
</b></span>
<!-- logo for regular state and mobile devices -->
...
...
platyFramework/apps/modules/common/models/ptyboard/item.php
View file @
4f89f8b6
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