From dc9e8ae42eed3846905fcf093a137b7afd4e4549 Mon Sep 17 00:00:00 2001 From: kj-sh604 Date: Fri, 9 Aug 2024 17:31:32 -0400 Subject: refactor: redmond2010 → redmond2013 --- download.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'download.php') diff --git a/download.php b/download.php index fb6cf78..9b8d29b 100644 --- a/download.php +++ b/download.php @@ -54,8 +54,8 @@ generatePresentation("output/90sMakeUpCommercial.md"); } elseif (isset($_POST["chicagoOlives"])) { generatePresentation("output/chicagoOlives.md"); - } elseif (isset($_POST["redmond2010"])) { - generatePresentation("output/redmond2010.md"); + } elseif (isset($_POST["redmond2013"])) { + generatePresentation("output/redmond2013.md"); } elseif (isset($_POST["ohioCustard"])) { generatePresentation("output/ohioCustard.md"); } elseif (isset($_POST["raleighAroundMe"])) { -- cgit v1.2.3