Add a favicon
This commit is contained in:
parent
ee75e0ea06
commit
de0a443ebb
|
@ -50,6 +50,7 @@ else
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
|
||||||
|
<link rel="icon" type="image/png" href="ressources/favicon.png" />
|
||||||
<link rel="stylesheet" type="text/css" href="ressources/gpass.css" />
|
<link rel="stylesheet" type="text/css" href="ressources/gpass.css" />
|
||||||
<script language="javascript">
|
<script language="javascript">
|
||||||
<?php
|
<?php
|
||||||
|
|
BIN
server/ressources/favicon.png
Executable file
BIN
server/ressources/favicon.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
|
@ -348,7 +348,7 @@ function update_master_key(warning_unciphered)
|
||||||
{
|
{
|
||||||
current_user = user;
|
current_user = user;
|
||||||
|
|
||||||
document.title = "gPass : global Password - " + current_user;
|
document.title = "gPass - " + current_user;
|
||||||
|
|
||||||
list_all_entries(current_user);
|
list_all_entries(current_user);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user