diff --git a/index.php b/index.php index 9d6a454..3ae7c1f 100644 --- a/index.php +++ b/index.php @@ -4,6 +4,7 @@ use ICal\ICal; static $DATE_FORMAT = 'd.m.Y H:i'; static $VISITORS_FILE = '/media/sg/dorf.jetzt_visitors'; static $DORF_IN_LOCKDOWN = true; +static $DORF_VIRTUAL_EVENTS = true; static $ICAL_URL = 'https://chaosdorf.de/~derf/cccd_all.ics'; $state_map = array( 'closed' => (object) array( @@ -48,7 +49,7 @@ $hash_to_state = array( '86c75c0ad413b06ff8291673162d0b64' => 'unknown', '0' => 'error', ); -if (! $DORF_IN_LOCKDOWN){ +if ($DORF_VIRTUAL_EVENTS || ! $DORF_IN_LOCKDOWN){ $img = file_get_contents('https://chaosdorf.de/raumstatus/status.png'); $hash = md5($img); $state = $hash_to_state[$hash]; @@ -102,8 +103,10 @@ $v = file_get_contents($VISITORS_FILE); lock
Das Chaosdorf ist aufgrund einer Verordnung der Landesregierung geschlossen.
Das gilt mindestens bis 19. April 2020.
+Natürlich hört das Chaosdorfleben nicht auf, kommt uns gerne im VirtualSpace besuchen.
+
=format_event($event)?> | = htmlspecialchars($event->summary) ?> | +Details |
---|