Added passeneg manager. Part 12

This commit is contained in:
Alexey Berezhok
2024-12-30 00:16:14 +03:00
parent 5443ea44dd
commit 6bd321a1da
11 changed files with 487 additions and 240 deletions

View File

@@ -501,6 +501,17 @@ if ($passenger_state == "enabled") {
?>
</select>
</div>
<div class="form-check u-mb10">
<input class="form-check-input" type="checkbox" name="v_passenger_logging" id="v_passenger_logging"
<?php
if ($domain_ruby[0]["LOG"] == "on") {
echo "checked";
}
?> >
<label for="v_passenger_logging">
<?= _("Enable logging to browser for domain") ?>
</label>
</div>
<?php } ?>
</div>
<?php