mirror of
https://github.com/itflow-org/itflow
synced 2026-03-24 14:35:38 +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
|
//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