Remove mysqli connection vars when passing mail data to addToMailQueue Function

This commit is contained in:
johnnyq
2025-01-22 20:56:24 -05:00
parent c5c809791a
commit 2c51289d75
21 changed files with 60 additions and 64 deletions

View File

@@ -10,9 +10,7 @@ require_once "../config.php";
// Set Timezone
require_once "../inc_set_timezone.php";
require_once "../functions.php";
require_once "../rfc6238.php";