Remove unused dbconfig.php include and add DNS resolution tests
All checks were successful
Deploy Production Email Reports (Unified) / deploy (push) Successful in 57s

This commit is contained in:
Frank John Begornia
2026-01-02 02:03:17 +08:00
parent 0ccda81dd7
commit 1c19c86205
2 changed files with 18 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
<?php
include 'dbconfig.php';
// dbconfig.php not needed - using environment variables directly
require("phpmailer/class.phpmailer.php");
date_default_timezone_set('America/Chicago');
$dateToday = date('Y-m-d');