From 9fef4b47784feabc07ca80dcb79fca794c23ee31 Mon Sep 17 00:00:00 2001 From: Tomasz Date: Mon, 25 Mar 2024 12:11:29 +0000 Subject: [PATCH] removing unused variable --- web/lib/admin/UIElements.php | 1 - 1 file changed, 1 deletion(-) diff --git a/web/lib/admin/UIElements.php b/web/lib/admin/UIElements.php index 9b58f1ec0..22f364d75 100644 --- a/web/lib/admin/UIElements.php +++ b/web/lib/admin/UIElements.php @@ -357,7 +357,6 @@ public function previewCAinHTML($cAReference) { $details['name'] = preg_replace('/\//', "", $details['name']); $certstatus = ( $details['root'] == 1 ? "R" : "I"); $certTooltip = ( $details['root'] == 1 ? _("Root CA") : _("Intermediate CA")); - $mainbgColor = "#ccccff"; $innerbgColor = "#0000ff"; $leftBorderColor = "#00ff00"; $message = "";