0
0

Added Favicon

This commit is contained in:
Bryan Pedini 2019-03-22 09:41:57 +01:00
parent 4a6630bacb
commit f2678758fa
No known key found for this signature in database
GPG Key ID: 688D440AE31B40C2
3 changed files with 1 additions and 1 deletions

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@ -1,6 +1,5 @@
<?php
session_start ( );
require_once ( 'config.php' );
require_once ( 'functions.php' );
$config = load_config ( );
$request = split_uri_array ( $_SERVER [ 'SCRIPT_NAME' ], $_SERVER [ 'REQUEST_URI' ] );

View File

@ -49,6 +49,7 @@
<title>BJPHoster URL Shortener | Login</title>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet">
<link href="<?=substr($_SERVER['SCRIPT_NAME'],0,-10)?>/lib/css/login.css" rel="stylesheet">
<link href="favicon.ico" rel="icon" type="image/x-icon">
</head>
<body>
<div class="container login-container">