diff options
| author | kj-sh604 | 2024-08-09 04:31:40 -0400 |
|---|---|---|
| committer | kj-sh604 | 2024-08-09 04:31:40 -0400 |
| commit | 2f91102107c7fee000a0427314a269455cb803b9 (patch) | |
| tree | 1ae0423b40f66337b3bef8bfa43068b069e87d59 /download.php | |
| parent | ab0b9a8a9c4c3323c4fd4804e0ef47df3b63fd93 (diff) | |
refactor: replace `cleanMetropolis` with `redmond2010`
for now...
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 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"])) { |
