fixed bug in directory path and removed echo settings.xml

This commit is contained in:
2026-08-16 20:21:10 -04:00
parent 21916796b4
commit 3cd9af2fcc
-3
View File
@@ -529,9 +529,6 @@ class Process_ImportRequest {
$settings = new SimpleXMLElement((file_exists("./xml/settings.xml") ? file_get_contents("./xml/settings.xml") : "<settings/>")); $settings = new SimpleXMLElement((file_exists("./xml/settings.xml") ? file_get_contents("./xml/settings.xml") : "<settings/>"));
print_r($settings);
die();
// Server Variables // Server Variables
$host = (string) $settings->SmtpServer; $host = (string) $settings->SmtpServer;
$username = (string) $settings->SmtpUserName; $username = (string) $settings->SmtpUserName;