diff --git a/index.php b/index.php index bac0c48..1844d27 100644 --- a/index.php +++ b/index.php @@ -2,8 +2,8 @@ // PARAMS // -------- -$currentYear = "2023"; -$currentSemester = "fall"; +$currentYear = "2024"; +$currentSemester = "spring"; $cellWidth = "10"; $cellHeight = "6";