Added passeneg manager. Part 12
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user