Remove Unessesary Code

This commit is contained in:
johnnyq
2025-06-17 14:32:35 -04:00
parent 2741f78bd8
commit 71911f418f
3 changed files with 433 additions and 435 deletions

View File

@@ -91,9 +91,6 @@ if (isset($_GET['quote_id'])) {
$company_email = nullable_htmlentities($row['company_email']);
$company_website = nullable_htmlentities($row['company_website']);
$company_logo = nullable_htmlentities($row['company_logo']);
if (!empty($company_logo)) {
$company_logo_base64 = base64_encode(file_get_contents("uploads/settings/$company_logo"));
}
$sql_history = mysqli_query($mysqli, "SELECT * FROM history WHERE history_quote_id = $quote_id ORDER BY history_id DESC");