diff options
Diffstat (limited to 'includes/refresh.php')
-rw-r--r-- | includes/refresh.php | 2 |
1 files changed, 2 insertions, 0 deletions
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")); |