From 475c5731bf3362b6ac8d2dc5d5b43e4b4a6117bd Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Tue, 21 Mar 2023 16:21:21 +0100 Subject: Updated 26 files and added 1074 files (automated) --- includes/refresh.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'includes/refresh.php') diff --git a/includes/refresh.php b/includes/refresh.php index e561559..77b51ff 100644 --- a/includes/refresh.php +++ b/includes/refresh.php @@ -13,6 +13,8 @@ $files = []; $restored = []; $times = []; +file_put_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/data/calendar.ics", file_get_contents($app["calendar"])); + $currentOpStart = microtime(true); //file_put_contents("./data/actions/" . date('Y-m-d_H-i-s') . ".json", @file_get_contents("./data/actions/actions.json")); //file_put_contents("./data/toys/" . date('Y-m-d_H-i-s') . ".json", @file_get_contents("./data/toys/toys.json")); -- cgit