diff --git a/inc/config.php b/inc/config.php index 5251f5c..45f2040 100644 --- a/inc/config.php +++ b/inc/config.php @@ -3,4 +3,4 @@ include "variablen.php"; include "konstanten.php"; include __DIR__ . "/../config/content_de.php"; -require_once('tcpdf/tcpdf.php'); \ No newline at end of file +require_once(__DIR__ . '/tcpdf/tcpdf.php'); \ No newline at end of file diff --git a/inhalte/email.php b/inhalte/email.php index b6590a7..18ac650 100644 --- a/inhalte/email.php +++ b/inhalte/email.php @@ -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 "