In-App alerts are spawned 1,7 and 45 days instead of 1,7,14,30 and 90

This commit is contained in:
johnnyq
2025-02-24 17:03:29 -05:00
parent 6cc6e80f92
commit f28c1ce398
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) {