remove cron key from the code and remove old cron script and setup and update cli scripts as they now reside in scripts directory

This commit is contained in:
johnnyq
2025-01-25 21:44:46 -05:00
parent 052d5a6dbe
commit d5a03d3afc
12 changed files with 11 additions and 2507 deletions

View File

@@ -76,10 +76,8 @@ $config_ticket_autoclose_hours = intval($row['config_ticket_autoclose_hours']);
$config_ticket_new_ticket_notification_email = $row['config_ticket_new_ticket_notification_email'];
$config_ticket_default_billable = intval($row['config_ticket_default_billable']);
// Cron
$config_enable_cron = intval($row['config_enable_cron']);
$config_cron_key = $row['config_cron_key'];
// Alerts & Notifications
$config_recurring_auto_send_invoice = intval($row['config_recurring_auto_send_invoice']);