From dadf30c8ae5558ee1e4c874a2a45b0717f4e12ca Mon Sep 17 00:00:00 2001 From: Vasil Kolev Date: Thu, 13 Oct 2022 13:53:04 +0300 Subject: [PATCH] streaming: default for 2022 is hall-a --- page-streaming.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/page-streaming.php b/page-streaming.php index cb08be4..8630450 100644 --- a/page-streaming.php +++ b/page-streaming.php @@ -13,7 +13,7 @@ get_header(); if (!empty($_GET['track'])) { $track = $_GET['track']; } else { - $track = "stage"; + $track = "hall-a"; } ?>