From 2f91102107c7fee000a0427314a269455cb803b9 Mon Sep 17 00:00:00 2001 From: kj-sh604 Date: Fri, 9 Aug 2024 04:31:40 -0400 Subject: refactor: replace `cleanMetropolis` with `redmond2010` for now... --- download.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'download.php') diff --git a/download.php b/download.php index dbde51d..fb6cf78 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["cleanMetropolis"])) { - generatePresentation("output/cleanMetropolis.md"); + } elseif (isset($_POST["redmond2010"])) { + generatePresentation("output/redmond2010.md"); } elseif (isset($_POST["ohioCustard"])) { generatePresentation("output/ohioCustard.md"); } elseif (isset($_POST["raleighAroundMe"])) { -- cgit v1.2.3