Compare commits
2 Commits
21916796b4
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 5ad65224d6 | |||
| 3cd9af2fcc |
@@ -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;
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# -- Development --
|
# -- Development --
|
||||||
cd /var/www/html/clients/dec-international/ahrhousingreport
|
#cd /var/www/html/clients/dec-international/atlhousingreport
|
||||||
# -- Production --
|
# -- Production --
|
||||||
#cd /var/www/html/webapps/dec-international/ahrhousingreport
|
cd /var/www/html/webapps/dec-international/atlhousingreport
|
||||||
php ./scripts/ImportRequest_Worker.php
|
php ./scripts/ImportRequest_Worker.php
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user