Compare commits

..

2 Commits

Author SHA1 Message Date
jric11 5ad65224d6 fixed bug in directory path 2026-08-16 20:22:03 -04:00
jric11 3cd9af2fcc fixed bug in directory path and removed echo settings.xml 2026-08-16 20:21:10 -04:00
2 changed files with 2 additions and 5 deletions
-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/>"));
print_r($settings);
die();
// Server Variables
$host = (string) $settings->SmtpServer;
$username = (string) $settings->SmtpUserName;
+2 -2
View File
@@ -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