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
2a97ea0d
Commit
2a97ea0d
authored
Jan 25, 2022
by
platyhouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- encrypted
parent
aa532d14
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
37 deletions
+17
-37
platyFramework/modules/ptycommon/common.views.common.404.html
...yFramework/modules/ptycommon/common.views.common.404.html
+6
-17
platyFramework/modules/ptycommon/common.views.common.500.html
...yFramework/modules/ptycommon/common.views.common.500.html
+11
-20
platyFramework/platyLibrary/database/mysql.php
platyFramework/platyLibrary/database/mysql.php
+0
-0
No files found.
platyFramework/modules/ptycommon/common.views.common.404.html
View file @
2a97ea0d
...
@@ -5,20 +5,20 @@
...
@@ -5,20 +5,20 @@
<head>
<head>
<meta
charset=
"utf-8"
>
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<title>
platyFramework |
404 Page not found
</title>
<title>
404 Page not found
</title>
<!-- Tell the browser to be responsive to screen width -->
<!-- Tell the browser to be responsive to screen width -->
<meta
content=
"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
name=
"viewport"
>
<meta
content=
"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
name=
"viewport"
>
<!-- Bootstrap 3.3.7 -->
<!-- Bootstrap 3.3.7 -->
<link
rel=
"stylesheet"
href=
"<?=$this->request->appUrl?>/modules/ptyadmin/resources/AdminLTE-2.4.5/bower_components/bootstrap/dist/css/bootstrap.min.css"
>
<link
rel=
"stylesheet"
href=
"<?=$this->request->appUrl?>/
../
modules/ptyadmin/resources/AdminLTE-2.4.5/bower_components/bootstrap/dist/css/bootstrap.min.css"
>
<!-- Font Awesome -->
<!-- Font Awesome -->
<link
rel=
"stylesheet"
href=
"<?=$this->request->appUrl?>/modules/ptyadmin/resources/AdminLTE-2.4.5/bower_components/font-awesome/css/font-awesome.min.css"
>
<link
rel=
"stylesheet"
href=
"<?=$this->request->appUrl?>/
../
modules/ptyadmin/resources/AdminLTE-2.4.5/bower_components/font-awesome/css/font-awesome.min.css"
>
<!-- Ionicons -->
<!-- Ionicons -->
<link
rel=
"stylesheet"
href=
"<?=$this->request->appUrl?>/modules/ptyadmin/resources/AdminLTE-2.4.5/bower_components/Ionicons/css/ionicons.min.css"
>
<link
rel=
"stylesheet"
href=
"<?=$this->request->appUrl?>/
../
modules/ptyadmin/resources/AdminLTE-2.4.5/bower_components/Ionicons/css/ionicons.min.css"
>
<!-- Theme style -->
<!-- Theme style -->
<link
rel=
"stylesheet"
href=
"<?=$this->request->appUrl?>/modules/ptyadmin/resources/AdminLTE-2.4.5/dist/css/AdminLTE.min.css"
>
<link
rel=
"stylesheet"
href=
"<?=$this->request->appUrl?>/
../
modules/ptyadmin/resources/AdminLTE-2.4.5/dist/css/AdminLTE.min.css"
>
<!-- AdminLTE Skins. Choose a skin from the css/skins
<!-- AdminLTE Skins. Choose a skin from the css/skins
folder instead of downloading all of them to reduce the load. -->
folder instead of downloading all of them to reduce the load. -->
<link
rel=
"stylesheet"
href=
"<?=$this->request->appUrl?>/modules/ptyadmin/resources/AdminLTE-2.4.5/dist/css/skins/_all-skins.min.css"
>
<link
rel=
"stylesheet"
href=
"<?=$this->request->appUrl?>/
../
modules/ptyadmin/resources/AdminLTE-2.4.5/dist/css/skins/_all-skins.min.css"
>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
...
@@ -62,17 +62,6 @@
...
@@ -62,17 +62,6 @@
</section>
</section>
<!-- /.content -->
<!-- /.content -->
</div>
</div>
<? if (false) { ?>
<!-- /.content-wrapper -->
<footer
class=
"main-footer"
style=
"margin-left: 0px;"
>
<div
class=
"pull-right hidden-xs"
>
<b>
Version
</b>
1.5.0
</div>
<strong>
Copyright
©
2013-2018
<a
href=
"http://platyhouse.com"
>
PlatyHouse
</a>
.
</strong>
All rights
reserved.
</footer>
<? } ?>
</div>
</div>
<!-- ./wrapper -->
<!-- ./wrapper -->
...
...
platyFramework/modules/ptycommon/common.views.common.500.html
View file @
2a97ea0d
...
@@ -7,20 +7,20 @@ header("HTTP/1.0 500 Internal Server Error");
...
@@ -7,20 +7,20 @@ header("HTTP/1.0 500 Internal Server Error");
<head>
<head>
<meta
charset=
"utf-8"
>
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<title>
platyFramework |
500 Error
</title>
<title>
500 Error
</title>
<!-- Tell the browser to be responsive to screen width -->
<!-- Tell the browser to be responsive to screen width -->
<meta
content=
"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
name=
"viewport"
>
<meta
content=
"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
name=
"viewport"
>
<!-- Bootstrap 3.3.7 -->
<!-- Bootstrap 3.3.7 -->
<link
rel=
"stylesheet"
href=
"<?=$this->request->appUrl?>/modules/ptyadmin/resources/AdminLTE-2.4.5/bower_components/bootstrap/dist/css/bootstrap.min.css"
>
<link
rel=
"stylesheet"
href=
"<?=$this->request->appUrl?>/
../
modules/ptyadmin/resources/AdminLTE-2.4.5/bower_components/bootstrap/dist/css/bootstrap.min.css"
>
<!-- Font Awesome -->
<!-- Font Awesome -->
<link
rel=
"stylesheet"
href=
"<?=$this->request->appUrl?>/modules/ptyadmin/resources/AdminLTE-2.4.5/bower_components/font-awesome/css/font-awesome.min.css"
>
<link
rel=
"stylesheet"
href=
"<?=$this->request->appUrl?>/
../
modules/ptyadmin/resources/AdminLTE-2.4.5/bower_components/font-awesome/css/font-awesome.min.css"
>
<!-- Ionicons -->
<!-- Ionicons -->
<link
rel=
"stylesheet"
href=
"<?=$this->request->appUrl?>/modules/ptyadmin/resources/AdminLTE-2.4.5/bower_components/Ionicons/css/ionicons.min.css"
>
<link
rel=
"stylesheet"
href=
"<?=$this->request->appUrl?>/
../
modules/ptyadmin/resources/AdminLTE-2.4.5/bower_components/Ionicons/css/ionicons.min.css"
>
<!-- Theme style -->
<!-- Theme style -->
<link
rel=
"stylesheet"
href=
"<?=$this->request->appUrl?>/modules/ptyadmin/resources/AdminLTE-2.4.5/dist/css/AdminLTE.min.css"
>
<link
rel=
"stylesheet"
href=
"<?=$this->request->appUrl?>/
../
modules/ptyadmin/resources/AdminLTE-2.4.5/dist/css/AdminLTE.min.css"
>
<!-- AdminLTE Skins. Choose a skin from the css/skins
<!-- AdminLTE Skins. Choose a skin from the css/skins
folder instead of downloading all of them to reduce the load. -->
folder instead of downloading all of them to reduce the load. -->
<link
rel=
"stylesheet"
href=
"<?=$this->request->appUrl?>/modules/ptyadmin/resources/AdminLTE-2.4.5/dist/css/skins/_all-skins.min.css"
>
<link
rel=
"stylesheet"
href=
"<?=$this->request->appUrl?>/
../
modules/ptyadmin/resources/AdminLTE-2.4.5/dist/css/skins/_all-skins.min.css"
>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
...
@@ -66,27 +66,18 @@ header("HTTP/1.0 500 Internal Server Error");
...
@@ -66,27 +66,18 @@ header("HTTP/1.0 500 Internal Server Error");
</section>
</section>
<!-- /.content -->
<!-- /.content -->
</div>
</div>
<!-- /.content-wrapper -->
<footer
class=
"main-footer"
style=
"margin-left: 0px;"
>
<div
class=
"pull-right hidden-xs"
>
<b>
Version
</b>
1.5.0
</div>
<strong>
Copyright
©
2013-2018
<a
href=
"http://platyhouse.com"
>
PlatyHouse
</a>
.
</strong>
All rights
reserved.
</footer>
</div>
</div>
<!-- ./wrapper -->
<!-- ./wrapper -->
<!-- jQuery 3 -->
<!-- jQuery 3 -->
<script
src=
"<?=$this->request->appUrl?>/modules/ptyadmin/resources/AdminLTE-2.4.5/bower_components/jquery/dist/jquery.min.js"
></script>
<script
src=
"<?=$this->request->appUrl?>/
../
modules/ptyadmin/resources/AdminLTE-2.4.5/bower_components/jquery/dist/jquery.min.js"
></script>
<!-- Bootstrap 3.3.7 -->
<!-- Bootstrap 3.3.7 -->
<script
src=
"<?=$this->request->appUrl?>/modules/ptyadmin/resources/AdminLTE-2.4.5/bower_components/bootstrap/dist/js/bootstrap.min.js"
></script>
<script
src=
"<?=$this->request->appUrl?>/
../
modules/ptyadmin/resources/AdminLTE-2.4.5/bower_components/bootstrap/dist/js/bootstrap.min.js"
></script>
<!-- FastClick -->
<!-- FastClick -->
<script
src=
"<?=$this->request->appUrl?>/modules/ptyadmin/resources/AdminLTE-2.4.5/bower_components/fastclick/lib/fastclick.js"
></script>
<script
src=
"<?=$this->request->appUrl?>/
../
modules/ptyadmin/resources/AdminLTE-2.4.5/bower_components/fastclick/lib/fastclick.js"
></script>
<!-- AdminLTE App -->
<!-- AdminLTE App -->
<script
src=
"<?=$this->request->appUrl?>/modules/ptyadmin/resources/AdminLTE-2.4.5/dist/js/adminlte.min.js"
></script>
<script
src=
"<?=$this->request->appUrl?>/
../
modules/ptyadmin/resources/AdminLTE-2.4.5/dist/js/adminlte.min.js"
></script>
<!-- AdminLTE for demo purposes -->
<!-- AdminLTE for demo purposes -->
<script
src=
"<?=$this->request->appUrl?>/modules/ptyadmin/resources/AdminLTE-2.4.5/dist/js/demo.js"
></script>
<script
src=
"<?=$this->request->appUrl?>/
../
modules/ptyadmin/resources/AdminLTE-2.4.5/dist/js/demo.js"
></script>
</body>
</body>
</html>
</html>
platyFramework/platyLibrary/database/mysql.php
View file @
2a97ea0d
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