1
0
Fork 0

Fix include path

master
Anonymous Contributor 2023-08-23 18:16:36 +02:00
parent bf07367b0c
commit 391d716200
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@
//die($HTMLMESSAGE);
$HTML = new HTML();
$HTML->importHTML("templates/mail.html");
$HTML->importHTML("mail.html");
$HTML->setSeitenInhalt($HTMLMESSAGE);
$HTML->build();