diff --git a/css/custom.css b/css/custom.css index ff3fa65..d8d67cb 100644 --- a/css/custom.css +++ b/css/custom.css @@ -60,11 +60,11 @@ html, body { /* Equal to height of footer */ /* But also accounting for potential margin-bottom of last child */ - margin-bottom: -150px; + margin-bottom: -200px; } footer, .push { - height: 150px; + height: 200px; } .footer { diff --git a/donations/donations.php b/donations/donations.php index 82251c6..d31acea 100644 --- a/donations/donations.php +++ b/donations/donations.php @@ -34,5 +34,10 @@ $amount = (float)($_GET["amount"]); if(is_numeric($amount) && $amount > 0) { forwardToDonationPage($amount); } else { - echo "invalid amount!"; + $amount = (float)($_POST["amount"]); + if(is_numeric($amount) && $amount > 0) { + forwardToDonationPage($amount); + } else { + echo "invalid amount!"; + } } diff --git a/index.html b/index.html index 715aaf1..35534fc 100644 --- a/index.html +++ b/index.html @@ -155,16 +155,28 @@
Erstellt durch
Silias KLG
Toggenburgstrasse 31
8245 Feuerthalen
www.silias.ch
- info@silias.ch
<
- Projekt Repository
+ Diese Webseite ist ausschliesslich durch Spenden finanziert.
Helfen Sie bei der Fianzierung mit einer freiwilligen Spende.
+