mirror of https://github.com/gophish/gophish
parent
c83ce80d13
commit
7f1aeb02d5
|
@ -78,7 +78,7 @@ func processCampaign(c *models.Campaign) {
|
||||||
t,
|
t,
|
||||||
c.URL + "?rid=" + t.RId,
|
c.URL + "?rid=" + t.RId,
|
||||||
c.URL + "/track?rid=" + t.RId,
|
c.URL + "/track?rid=" + t.RId,
|
||||||
"<img style="display: none" src='" + c.URL + "/track?rid=" + t.RId + "'/>",
|
"<img style='display: none' src='" + c.URL + "/track?rid=" + t.RId + "'/>",
|
||||||
ft,
|
ft,
|
||||||
}
|
}
|
||||||
// Parse the templates
|
// Parse the templates
|
||||||
|
|
Loading…
Reference in New Issue