From 3cd9af2fccf803e83063e9a44a16e8012d948ac3 Mon Sep 17 00:00:00 2001 From: James Richie Date: Sun, 16 Aug 2026 20:21:10 -0400 Subject: [PATCH] fixed bug in directory path and removed echo settings.xml --- classes/Process_ImportRequest.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/classes/Process_ImportRequest.php b/classes/Process_ImportRequest.php index d6ccad0..bebd268 100644 --- a/classes/Process_ImportRequest.php +++ b/classes/Process_ImportRequest.php @@ -529,9 +529,6 @@ class Process_ImportRequest { $settings = new SimpleXMLElement((file_exists("./xml/settings.xml") ? file_get_contents("./xml/settings.xml") : "")); - print_r($settings); - die(); - // Server Variables $host = (string) $settings->SmtpServer; $username = (string) $settings->SmtpUserName;