Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
php
/
citic-mdrt3
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
304a533d
authored
Apr 13, 2021
by
kubisk
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into release
parents
89f2912c
f433e0c4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
Application/Home/View/default/layout.tpl
+9
-0
index.php
+1
-0
No files found.
Application/Home/View/default/layout.tpl
View file @
304a533d
...
@@ -81,6 +81,15 @@
...
@@ -81,6 +81,15 @@
{:block name='css'}{:/block}
{:block name='css'}{:/block}
<link
rel=
"stylesheet"
type=
"text/css"
href=
"__CDN__/css/notify.css?version={:$version}"
media=
"all"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"__CDN__/css/notify.css?version={:$version}"
media=
"all"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"__CDN__/css/index.css?version={:$version}"
media=
"all"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"__CDN__/css/index.css?version={:$version}"
media=
"all"
/>
<script>
var
_hmt
=
_hmt
||
[];
(
function
()
{
var
hm
=
document
.
createElement
(
"script"
);
hm
.
src
=
"https://hm.baidu.com/hm.js?24f55c033cb4f0f53569de145e3336c4"
;
var
s
=
document
.
getElementsByTagName
(
"script"
)[
0
];
s
.
parentNode
.
insertBefore
(
hm
,
s
);
})();
</script>
</head>
</head>
...
...
index.php
View file @
304a533d
...
@@ -8,6 +8,7 @@
...
@@ -8,6 +8,7 @@
// +----------------------------------------------------------------------
// +----------------------------------------------------------------------
// | Author: liu21st <liu21st@gmail.com>
// | Author: liu21st <liu21st@gmail.com>
// +----------------------------------------------------------------------
// +----------------------------------------------------------------------
die
();
if
(
version_compare
(
PHP_VERSION
,
'5.3.0'
,
'<'
))
die
(
'require PHP > 5.3.0 !'
);
if
(
version_compare
(
PHP_VERSION
,
'5.3.0'
,
'<'
))
die
(
'require PHP > 5.3.0 !'
);
define
(
'WEB_ROOT_PATH'
,
realpath
(
dirname
(
__FILE__
)));
define
(
'WEB_ROOT_PATH'
,
realpath
(
dirname
(
__FILE__
)));
...
...
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