Skip to content

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
stupit mistake fix
  • Loading branch information
CurryOnPatat committed May 11, 2022
1 parent ad0aaa2 commit 49721f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion email.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div class="container column">
<h1> your link that you need to put in the email is:
</h1>
<h2><?php echo htmlspecialchars('<img src="https://yoururlgoeshere/footer.php?image=footer.gif&id='.$_GET["email"].'>'); ?></h2>
<h2><?php echo htmlspecialchars('<img src="https://yoururlgoeshere/footer.php?image=footer.gif&id='.$_GET["email"].'>"'); ?></h2>
</div>


Expand Down

0 comments on commit 49721f2

Please sign in to comment.