Skip to content

Commit 95f171e

Browse files
committed
Disable source installation in the logic for now
1 parent 1d89ee9 commit 95f171e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

downloads.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,13 +149,13 @@ function option(string $value, string $desc, $attributes = []): string
149149
<input type="checkbox" id="multiversion" name="multiversion" value="Y"
150150
<?= array_key_exists('multiversion', $options) && $options['multiversion'] === 'Y' ? 'checked' : '' ?>/>
151151
</label>
152-
152+
<!--
153153
<label for="source" class="instructions-label">
154154
I want to compile everything from source:
155155
<input type="checkbox" id="source" name="source" value="Y"
156156
<?= array_key_exists('source', $options) && $options['source'] === 'Y' ? 'checked' : '' ?>/>
157157
</label>
158-
158+
-->
159159
<noscript>
160160
<button type="submit" class="button">Update Instructions</button>
161161
</noscript>

0 commit comments

Comments
 (0)