1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Disable source installation in the logic for now

This commit is contained in:
Derick Rethans
2025-07-21 16:19:33 +01:00
parent 2e5b14f05e
commit 6f3689906c

View File

@@ -149,13 +149,13 @@ if (!array_key_exists('osvariant', $options) || !array_key_exists($options['osva
<input type="checkbox" id="multiversion" name="multiversion" value="Y"
<?= array_key_exists('multiversion', $options) && $options['multiversion'] === 'Y' ? 'checked' : '' ?>/>
</label>
<!--
<label for="source" class="instructions-label">
I want to compile everything from source:
<input type="checkbox" id="source" name="source" value="Y"
<?= array_key_exists('source', $options) && $options['source'] === 'Y' ? 'checked' : '' ?>/>
</label>
-->
<noscript>
<button type="submit" class="button">Update Instructions</button>
</noscript>