Skip to content

Commit

Permalink
Update GSIT reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ddurieux committed Jan 31, 2022
1 parent c2d0130 commit 116bc56
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css/style_install.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ a {
margin:0;
width: 145px;
height: 80px;
background: url(../pics/login_logo_glpi.png) no-repeat;
background: url(../pics/login_logo_gsit.png) no-repeat;
}


Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@

echo "<body>";
echo "<div id='firstboxlogin'>";
echo "<h1 id='logo_login'><img src='".$CFG_GLPI['root_doc']."/pics/login_logo_glpi.png' alt='GLPI' title='GLPI' /></h1>";
echo "<h1 id='logo_login'><img src='".$CFG_GLPI['root_doc']."/pics/login_logo_gsit.png' alt='GSIT' title='GSIT' /></h1>";
echo "<div id='text-login'>";
echo nl2br(Toolbox::unclean_html_cross_side_scripting_deep($CFG_GLPI['text_login']));
echo "</div>";
Expand Down
Binary file removed pics/login_logo_glpi.png
Binary file not shown.
Binary file added pics/login_logo_gsit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 116bc56

Please sign in to comment.