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';