summaryrefslogtreecommitdiff
path: root/includes/refresh.php
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2023-02-08 08:41:21 +0100
committerMinteck <contact@minteck.org>2023-02-08 08:41:21 +0100
commit5026c2f48d2a1bf8fbd3a63c1e41e59431054878 (patch)
treeb7190af15123ba8936a8cff8c77a2aed8ddd7587 /includes/refresh.php
parenta0b85ee44c07ac7ffd3f69227069e8835f0f2730 (diff)
downloadpluralconnect-5026c2f48d2a1bf8fbd3a63c1e41e59431054878.tar.gz
pluralconnect-5026c2f48d2a1bf8fbd3a63c1e41e59431054878.tar.bz2
pluralconnect-5026c2f48d2a1bf8fbd3a63c1e41e59431054878.zip
Updated 2 files (automated)
Diffstat (limited to 'includes/refresh.php')
-rw-r--r--includes/refresh.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/refresh.php b/includes/refresh.php
index 30107e0..bbf8b01 100644
--- a/includes/refresh.php
+++ b/includes/refresh.php
@@ -243,7 +243,7 @@ foreach (json_decode(file_get_contents("./data/ynmuc/members.json"), true) as $m
echo("Backing up...\n");
-if (date('i') === "00") {
+if (date('i') === "00" || date('i') === "01" || date('i') === "02" || date('i') === "03" || date('i') === "04") {
require_once "./backup.inc";
echo("Backup completed\n");
} else {