Updated the cron php script to use app notify removed the _esc from ids in cron ticket email parser as ids are always escaped as ints

This commit is contained in:
johnnyq
2024-11-07 12:30:07 -05:00
parent a5cd1e1f1a
commit 01c9e8604f
3 changed files with 10 additions and 10 deletions

View File

@@ -147,7 +147,6 @@ if ($config_whitelabel_enabled && !validateWhitelabelKey($config_whitelabel_key)
appNotify("Settings", "White-labelling was disabled due to expired/invalid key", "settings_modules.php");
mysqli_query($mysqli, "INSERT INTO notifications SET notification_type = 'Settings', notification = 'White-labelling was disabled due to expired/invalid key', notification_action = 'settings_modules.php'");
}