mirror of https://github.com/gophish/gophish
Merge pull request #229 from DeveloppSoft/patch-1
Making tracker image fully invisiblepull/235/merge
commit
0f439d8a20
|
@ -78,7 +78,7 @@ func processCampaign(c *models.Campaign) {
|
|||
t,
|
||||
c.URL + "?rid=" + t.RId,
|
||||
c.URL + "/track?rid=" + t.RId,
|
||||
"<img src='" + c.URL + "/track?rid=" + t.RId + "'/>",
|
||||
"<img style='display: none' src='" + c.URL + "/track?rid=" + t.RId + "'/>",
|
||||
ft,
|
||||
}
|
||||
// Parse the templates
|
||||
|
|
Loading…
Reference in New Issue