Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GLPI
glpi
Commits
b1a4e827
Commit
b1a4e827
authored
Jan 05, 2017
by
Johan Cwiklinski
Browse files
Add 'contributors' to ©
parent
b73862f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
inc/html.class.php
View file @
b1a4e827
...
...
@@ -5732,7 +5732,7 @@ class Html {
$message
=
"<a href=
\"
http://glpi-project.org/
\"
title=
\"
Powered By Teclib
\"
class=
\"
copyright
\"
>"
;
$message
.
=
"GLPI "
.
(
isset
(
$CFG_GLPI
[
"version"
])
?
$CFG_GLPI
[
'version'
]
:
GLPI_VERSION
)
.
" Copyright (C) 2015-"
.
GLPI_YEAR
.
" Teclib'"
.
" Copyright (C) 2015-"
.
GLPI_YEAR
.
" Teclib'
and contributors
"
.
" - Copyright (C) 2003-2015 INDEPNET Development Team"
.
"</a>"
;
return
$message
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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