Merge remote-tracking branch 'origin/develop' into tbl2502

This commit is contained in:
ThaMunsta
2025-02-24 17:05:17 -05:00
2 changed files with 6 additions and 6 deletions

View File

@@ -179,7 +179,7 @@ if ($config_whitelabel_enabled && !validateWhitelabelKey($config_whitelabel_key)
if ($config_enable_alert_domain_expire == 1) {
$domainAlertArray = [1,7,14,30,90];
$domainAlertArray = [1,7,45];
foreach ($domainAlertArray as $day) {
@@ -209,7 +209,7 @@ if ($config_enable_alert_domain_expire == 1) {
// CERTIFICATES EXPIRING
$certificateAlertArray = [1,7,14,30,90];
$certificateAlertArray = [1,7,45];
foreach ($certificateAlertArray as $day) {
@@ -239,7 +239,7 @@ foreach ($certificateAlertArray as $day) {
// Asset Warranties Expiring
$warranty_alert_array = [1,7,14,30,90];
$warranty_alert_array = [1,7,45];
foreach ($warranty_alert_array as $day) {