Fork pd_web, remove everything we don't need
This commit is contained in:
@@ -104,6 +104,11 @@ receive:
|
||||
* Do not repeatedly send reports about files which have already been removed in
|
||||
the past. We will block your e-mail address if this happens.
|
||||
|
||||
If you are not sure if your mailserver is configured correctly, then you can try
|
||||
the spam test at [mail-tester.com](https://www.mail-tester.com/). Send an e-mail
|
||||
to the address listed on this site and it will tell you if your mailserver is
|
||||
configured right. Pay attention to the SPF, DKIM and DMARC results.
|
||||
|
||||
If your abuse report is rejected for one of the above reasons then you will
|
||||
receive a reply with instructions on how to fix it.
|
||||
|
||||
|
@@ -1,25 +0,0 @@
|
||||
# Thank you for supporting pixeldrain!
|
||||
|
||||
{{$success := .URLQuery.Get "success"}}
|
||||
{{if eq $success "true"}}
|
||||
{{if .Authenticated}}
|
||||
Dear {{.User.Username}},
|
||||
|
||||
Thank you for your donation. I really appreciate it!
|
||||
|
||||
Sincerely, Fornax.
|
||||
{{else}}
|
||||
Thank you for your donation! You are amazing.
|
||||
|
||||
Sincerely, Fornax.
|
||||
{{end}}
|
||||
{{else}}
|
||||
It seems you have canceled your donation. I don't blame you, money is expensive :)
|
||||
|
||||
If this was not your intention, you're welcome to try again by clicking this button:
|
||||
<a class="button" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WU49A5NHPAZ9G&source=url">
|
||||
Donate with PayPal
|
||||
</a>
|
||||
|
||||
Sincerely, Fornax.
|
||||
{{end}}
|
Reference in New Issue
Block a user