Client Portal

- Remove old fake send delay as reset links now go via mail queue
- Small tidy
This commit is contained in:
Marcus Hill
2024-04-07 10:14:37 +01:00
parent d762efd1a6
commit 7171289f26
2 changed files with 13 additions and 20 deletions

View File

@@ -88,10 +88,7 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST' && isset($_POST['login'])) {
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="noindex">
<!--
Favicon
If Fav Icon exists else use the default one
-->
<!-- Favicon - If Fav Icon exists else use the default one -->
<?php if(file_exists('../uploads/favicon.ico')) { ?>
<link rel="icon" type="image/x-icon" href="../uploads/favicon.ico">
<?php } ?>