Show the 'default' company logo (if configured) on the client login page instead of the ITFlow/company name text

This commit is contained in:
Marcus Hill
2023-01-25 22:44:46 +00:00
parent 95aa46cd52
commit 67e1fb7021
2 changed files with 10 additions and 4 deletions

View File

@@ -32,7 +32,6 @@ $sql_settings = mysqli_query($mysqli, "SELECT * FROM settings LEFT JOIN companie
$row = mysqli_fetch_array($sql_settings);
// Company info
$company_name = $row['company_name'];
$company_logo = $row['company_logo'];
// Mail