Skip to content

Commit

Permalink
Update CustomBlockPage.php
Browse files Browse the repository at this point in the history
I fixed a bug that made the link not show in the email. I just had to change '[sub]' to "[sub]". Will create a new version v3.0
  • Loading branch information
perspector authored Feb 17, 2022
1 parent b2d2fe5 commit bd39dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CustomBlockPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<br>
<br>
If you believe that this page has been blocked in error,<br>please contact the admin
<a href="mailto:[email protected]?subject=Domain%20Blocked&body=[sub]" onclick="this.href =this.href.replace('[sub]',window.location)" target="_blank" rel=noopener noreferrer><button style="background-color:white; border-color:white">here</button></a>.<br>
<a href="mailto:[email protected]?subject=Domain%20Blocked&body=[sub]" onclick="this.href =this.href.replace("[sub]",window.location)" target="_blank" rel=noopener noreferrer><button style="background-color:white; border-color:white">here</button></a>.<br>
Do <u><strong>not</strong></u> change the message or subject!<br>A script will automatically whitelist the domain.
</center>
</center>
Expand Down

0 comments on commit bd39dcb

Please sign in to comment.