Ze killer feature

This commit is contained in:
Alan Garcia 2012-08-22 14:46:35 +00:00
parent 7449635196
commit 95db0d48f2
3 changed files with 2 additions and 0 deletions

1
.gitattributes vendored
View File

@ -108,6 +108,7 @@ bureau/admin/dom_subdoedit.php -text
bureau/admin/dom_subedit.php -text
bureau/admin/dom_substatus.php -text
bureau/admin/domlist.php -text
bureau/admin/favicon.ico -text
bureau/admin/foot.php -text
bureau/admin/ftp_add.php -text
bureau/admin/ftp_del.php -text

BIN
bureau/admin/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -36,6 +36,7 @@ if (!$charset) $charset="UTF-8";
<title>Bureau</title>
<link rel="stylesheet" href="styles/style.css" type="text/css" />
<link rel="stylesheet" href="styles/passwordStrengthMeter.css" type="text/css" />
<link rel="Shortcut Icon" href="favicon.ico" type="image/ico" />
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $charset; ?>" />
<script type="text/javascript" src="js/alternc.js"></script>
<script src="js/jquery.min.js" type="text/javascript"></script>