Selbstregistrierung

This commit is contained in:
aschwarz 2023-04-17 15:39:23 +02:00
parent 2c7081b8ab
commit 30f51d6fcd
3 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,6 @@ if ($function == 'membersave') {
euer JU & MI Team euer JU & MI Team
</body> </body>
</html>"; </html>";
$datei = "../media/Einwilligung_unter_16.pdf";
}else{ }else{
$text = " $text = "
<html> <html>
@ -97,7 +96,7 @@ if ($function == 'membersave') {
euer JU & MI Team euer JU & MI Team
</body> </body>
</html>"; </html>";
$datei = "../media/Einwilligung_unter_16.pdf";
} }
@ -108,6 +107,7 @@ if ($function == 'membersave') {
} else { } else {
$absender = $row_absender['wert']; $absender = $row_absender['wert'];
} }
$datei = "../media/Einwilligungserklaerung_personenbezogene_Daten.pdf";
$boundary = "PHP-mixed-".md5(time()); $boundary = "PHP-mixed-".md5(time());
#$headers = "MIME-Version: 1.0\n"; #$headers = "MIME-Version: 1.0\n";
#$headers .= "Content-type: text/html; charset=utf-8\n"; #$headers .= "Content-type: text/html; charset=utf-8\n";

Binary file not shown.