fixed bug in directory path and removed echo settings.xml
This commit is contained in:
@@ -529,9 +529,6 @@ class Process_ImportRequest {
|
||||
|
||||
$settings = new SimpleXMLElement((file_exists("./xml/settings.xml") ? file_get_contents("./xml/settings.xml") : "<settings/>"));
|
||||
|
||||
print_r($settings);
|
||||
die();
|
||||
|
||||
// Server Variables
|
||||
$host = (string) $settings->SmtpServer;
|
||||
$username = (string) $settings->SmtpUserName;
|
||||
|
||||
Reference in New Issue
Block a user