diff options
| author | kj-sh604 | 2024-08-09 17:31:32 -0400 |
|---|---|---|
| committer | kj-sh604 | 2024-08-09 17:31:32 -0400 |
| commit | dc9e8ae42eed3846905fcf093a137b7afd4e4549 (patch) | |
| tree | 0e2b984663f5804a350b878a99b8786875e2d7c7 /download.php | |
| parent | 2f91102107c7fee000a0427314a269455cb803b9 (diff) | |
refactor: redmond2010 → redmond2013
Diffstat (limited to 'download.php')
| -rw-r--r-- | download.php | 4 |
1 files changed, 2 insertions, 2 deletions
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"])) { |
