From 4b3a86d7cce5b7e8ecfba476809a249a97a48311 Mon Sep 17 00:00:00 2001 From: Vincent Date: Wed, 12 Feb 2020 10:29:30 +0100 Subject: [PATCH] . --- .idea/workspace.xml | 29 +++++++++++++++-------------- scripts/cron/cron.php | 2 +- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 89ce7af..8f44d17 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,7 +3,7 @@ - + @@ -1199,12 +1200,12 @@ - + - + @@ -1218,12 +1219,12 @@ - + - + diff --git a/scripts/cron/cron.php b/scripts/cron/cron.php index 53f1c88..3f254e8 100644 --- a/scripts/cron/cron.php +++ b/scripts/cron/cron.php @@ -12,7 +12,7 @@ function cronOneLoop($cronmin) if ($cronmin % 5 == 0) { cronTraffic($cronmin, false); cronVelib($cronmin); - cronBackyard($cronmin); + //cronBackyard($cronmin); cronGuest($cronmin); } if ($cronmin % 10 == 0) { -- 2.39.5