Skip to content

Commit ca97330

Browse files
committed
Ship first, test later
1 parent 406ad5d commit ca97330

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tls_icon.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ public function message_headers($p)
5151
$pos = strrpos($data, $needle);
5252
$data = substr_replace($data, "", $pos, strlen($needle));
5353

54-
$this->icon_img .= '<img class="lock_icon" src="plugins/roundcube_tls_icon/lock.svg" title="'. htmlentities($data) .'" />';
54+
$this->icon_img .= '<img class="lock_icon" src="plugins/tls_icon/lock.svg" title="'. htmlentities($data) .'" />';
5555
} else if(preg_match_all('/\([a-zA-Z]*, from userid [0-9]*\)/im', $Received, $items, PREG_PATTERN_ORDER)){
56-
$this->icon_img .= '<img class="lock_icon" src="plugins/roundcube_tls_icon/blue_lock.svg" title="Mail was internal"';
56+
$this->icon_img .= '<img class="lock_icon" src="plugins/tls_icon/blue_lock.svg" title="Mail was internal"';
5757
}
5858
else {
59-
$this->icon_img .= '<img class="lock_icon" src="plugins/roundcube_tls_icon/unlock.svg" title="Message received over an unencrypted connection!"';
59+
$this->icon_img .= '<img class="lock_icon" src="plugins/tls_icon/unlock.svg" title="Message received over an unencrypted connection!"';
6060
}
6161
}
6262

0 commit comments

Comments
 (0)