dev to prod changes

This commit is contained in:
James Richie
2026-05-02 14:34:18 -04:00
parent 2321e9838b
commit ea081e41dd
4 changed files with 4 additions and 31 deletions
-3
View File
@@ -32,9 +32,6 @@ if (empty($applicationSettings)) {
exit();
}
echo $applicationSettings->asXML();
die();
// Connect to the Database.
$host = (string) $applicationSettings->DatabaseServer;