Skip to content

Commit 1594eb9

Browse files
committed
Fixed paypal buttons
1 parent 866d21d commit 1594eb9

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

docs/index.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
# Laravel Authentication ACL documentation #
22

3-
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
4-
<input type="hidden" name="cmd" value="_s-xclick">
5-
<input type="hidden" name="hosted_button_id" value="4BZZUF88YDMFN">
6-
<input type="image" src="https://www.paypalobjects.com/it_IT/IT/i/btn/btn_donate_SM.gif" border="0" name="submit" alt="PayPal è il metodo rapido e sicuro per pagare e farsi pagare online.">
7-
<img alt="" border="0" src="https://www.paypalobjects.com/it_IT/i/scr/pixel.gif" width="1" height="1">
8-
</form>
3+
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=SZKN8MCQACLSC" target="_blank"><img src="https://www.paypalobjects.com/it_IT/IT/i/btn/btn_donate_LG.gif"></a>
94

105
Laravel Authentication ACL is a Laravel 5 package, based on <a href="https://github.com/cartalyst/sentry" target="_blank">sentry2</a>. <br/>
116
This package is made with the purpose to help developer setting up

readme.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,9 @@ You can see the full documentation and usage [here](docs/index.md)
3939
- The code is fully tested with Phpunit
4040

4141
### Please support this project
42-
Please support the project development, even a small donation can help the life of this project!
43-
44-
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
45-
<input type="hidden" name="cmd" value="_s-xclick">
46-
<input type="hidden" name="hosted_button_id" value="4BZZUF88YDMFN">
47-
<input type="image" src="https://www.paypalobjects.com/it_IT/IT/i/btn/btn_donate_SM.gif" border="0" name="submit" alt="PayPal è il metodo rapido e sicuro per pagare e farsi pagare online.">
48-
<img alt="" border="0" src="https://www.paypalobjects.com/it_IT/i/scr/pixel.gif" width="1" height="1">
49-
</form>
42+
Please support the project development, even a small donation can help the life of this project!
43+
44+
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=SZKN8MCQACLSC" target="_blank"><img src="https://www.paypalobjects.com/it_IT/IT/i/btn/btn_donate_LG.gif"></a>
5045

5146
####Interested in some new feature?
5247
There's something you like to see in this package?

0 commit comments

Comments
 (0)