Fehlerkorrekturen nach LIVE-Gang

This commit is contained in:
2016-07-09 09:05:09 +00:00
parent 19a604f024
commit 84167781ec
10 changed files with 10 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ else
{
$text = $var;
$var = $_SESSION['Firma']['Gruss'];
include __DIR__ . "../pdf/replace_gruss.php";
include __DIR__ . "/../pdf/replace_gruss.php";
$text .= $var;
$text .= "\n" . $_SESSION['Firma']['Email_Signatur'];
echo "<form action=\"index.php?section=mail\" method=\"post\">\n";