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/>"));
|
||||
|
||||
print_r($settings);
|
||||
die();
|
||||
|
||||
// Server Variables
|
||||
$host = (string) $settings->SmtpServer;
|
||||
$username = (string) $settings->SmtpUserName;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
# -- Development --
|
||||
cd /var/www/html/clients/dec-international/ahrhousingreport
|
||||
#cd /var/www/html/clients/dec-international/atlhousingreport
|
||||
# -- Production --
|
||||
#cd /var/www/html/webapps/dec-international/ahrhousingreport
|
||||
cd /var/www/html/webapps/dec-international/atlhousingreport
|
||||
php ./scripts/ImportRequest_Worker.php
|
||||
|
||||
|
||||
Reference in New Issue
Block a user