commit | 798c6520074499b25b2a22a85c98de9da2ce7e6a | [log] [tgz] |
---|---|---|
author | Zachary Sabourin <zachary.sabourin@eclipse-foundation.org> | Thu Aug 24 12:22:43 2023 -0400 |
committer | Zachary Sabourin <zachary.sabourin@eclipse-foundation.org> | Thu Aug 24 12:23:29 2023 -0400 |
tree | 17ab2f7bc5720964f49e2bf00f0bb16ef2b8a30e | |
parent | 68bbf04da274d3b2807b088509b5458d35af6efa [diff] |
feat: deprecate custom delivery installer program page relates to https://gitlab.eclipse.org/eclipsefdn/infrazilla/-/issues/1085 Change-Id: I79f04038e9648b871e3a8177bc807cb7cbbbe213
diff --git a/special_programs/custom-delivery-installer-program.php b/special_programs/custom-delivery-installer-program.php index 940b010..467d946 100644 --- a/special_programs/custom-delivery-installer-program.php +++ b/special_programs/custom-delivery-installer-program.php
@@ -102,6 +102,7 @@ $html = ob_get_contents(); ob_end_clean(); + $App->setOutdated(); # Generate the web page $App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html); ?>