diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/refresh.php | 2 |
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 { |