parent
5cf7dc2e89
commit
bb33e4b319
|
@ -1,6 +1,8 @@
|
||||||
<?php
|
<?php
|
||||||
|
echo "test";
|
||||||
|
echo date();
|
||||||
|
echo "test2";
|
||||||
|
echo mktime();
|
||||||
$dolibarrURL = "https://dolibarr.romanschenk.ch/";
|
$dolibarrURL = "https://dolibarr.romanschenk.ch/";
|
||||||
function createDonation($amount, $dolibarrURL) {
|
function createDonation($amount, $dolibarrURL) {
|
||||||
$BusinesspartnerID = "220";
|
$BusinesspartnerID = "220";
|
||||||
|
|
|
@ -169,7 +169,7 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2">
|
<td colspan="2">
|
||||||
<p>
|
<p>
|
||||||
Diese Webseite ist ausschliesslich durch Spenden finanziert.<br>Helfen Sie bei der Fianzierung mit einer freiwilligen Spende.
|
Diese Webseite wird ausschliesslich durch Spenden finanziert.<br>Helfen Sie bei der Fianzierung mit einer freiwilligen Spende.
|
||||||
</p>
|
</p>
|
||||||
<form method="post" action="donations/donations.php" target="_blank">
|
<form method="post" action="donations/donations.php" target="_blank">
|
||||||
<input type="number" name="amount" placeholder="Betrag eingeben">
|
<input type="number" name="amount" placeholder="Betrag eingeben">
|
||||||
|
|
Loading…
Reference in New Issue