From 483cf992f70d3966afcdb1b1954101d5a0edd7b3 Mon Sep 17 00:00:00 2001 From: iwonder Date: Sun, 1 Aug 2021 20:13:52 +0200 Subject: [PATCH] Change visitors file placement --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index b31c335..8f6bb5d 100644 --- a/index.php +++ b/index.php @@ -2,7 +2,7 @@ require_once 'vendor/autoload.php'; use ICal\ICal; static $DATE_FORMAT = 'd.m.Y H:i'; -static $VISITORS_FILE = '/media/sg/dorf.jetzt_visitors'; +static $VISITORS_FILE = '/opt/dorf.jetzt_visitors'; static $DORF_IN_LOCKDOWN = true; static $DORF_VIRTUAL_EVENTS = true; static $ICAL_URL = 'https://chaosdorf.de/~derf/cccd_all.ics';