mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Fix Broken cron.php broke as of 10-20-2023
This commit is contained in:
2
cron.php
2
cron.php
@@ -86,7 +86,7 @@ if ( $argv[1] !== $config_cron_key ) {
|
||||
*/
|
||||
|
||||
//Logging
|
||||
mysqli_query($mysqli, "INSERT INTO logs SET log_type = 'Cron', log_action = 'Started', log_description = 'Cron Started");
|
||||
mysqli_query($mysqli, "INSERT INTO logs SET log_type = 'Cron', log_action = 'Started', log_description = 'Cron Started'");
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user