From 8d408dd9409578cda802ad5d940eae27e6f6e384 Mon Sep 17 00:00:00 2001 From: Craig Edwards Date: Sun, 16 Jun 2024 20:21:08 +0000 Subject: [PATCH] cronjob --- update-graphs.php | 1 + 1 file changed, 1 insertion(+) diff --git a/update-graphs.php b/update-graphs.php index e82992d..a0f5cef 100644 --- a/update-graphs.php +++ b/update-graphs.php @@ -23,6 +23,7 @@ ***********************************************************************************************************/ $testuser = 'brain'; +$CRONJOB = true; $settings = json_decode(file_get_contents("config.json")); $conn = mysqli_connect($settings->dbhost, $settings->dbuser, $settings->dbpass);