Author: Derick Rethans (derickr)
Date: 2026-03-25T15:33:11Z
Commit: Remove link to issue tracker here, as it only invites spam and suppor… · php/web-php@938c8c4 · GitHub
Raw diff: https://github.com/php/web-php/commit/938c8c488ada051ff99d5f184f9fc699ef2ec04a.diff
Remove link to issue tracker here, as it only invites spam and support questions
Changed paths:
M downloads.php
Diff:
diff --git a/downloads.php b/downloads.php
index 55cefece75..69d78f454b 100644
--- a/downloads.php
+++ b/downloads.php
@@ -203,13 +203,6 @@ function option(string $value, string $desc, $attributes = []): string
<button type="submit" class="button">Update Instructions</button>
</form>
-<div class="tip">
- <p>
- Did you find a mistake? Didn't find what you were looking for?
- Please <a href='Sign in to GitHub · GitHub’>submit an issue</a>.
- </p>
-</div>
-
<h2>Instructions</h2>
<div id="instructions" class="instructions">
<?php $instructionsShown = include 'downloads-get-instructions.php'; ?>