Skip to content

Commit

Permalink
Update email.php
Browse files Browse the repository at this point in the history
  • Loading branch information
CurryOnPatat committed May 4, 2023
1 parent ffda819 commit 0ca5c97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions email.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<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=":yoururlgoeshere/footer.php?image=footer.gif&id='.$_GET["email"].'" >'); ?></h2>
</div>


</body>
</html>
</html>

0 comments on commit 0ca5c97

Please sign in to comment.