Skip to content

Commit

Permalink
removing unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
twoln committed Mar 25, 2024
1 parent 3551c4e commit 9fef4b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/lib/admin/UIElements.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "";
Expand Down

0 comments on commit 9fef4b4

Please sign in to comment.