mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Update logging template
This commit is contained in:
parent
7798e710c1
commit
76dc60ca41
@ -4,7 +4,7 @@
|
|||||||
<p><?php echo _("Enable this option to log <code>openvpn</code> activity.") ?></p>
|
<p><?php echo _("Enable this option to log <code>openvpn</code> activity.") ?></p>
|
||||||
|
|
||||||
<div class="custom-control custom-switch">
|
<div class="custom-control custom-switch">
|
||||||
<input class="custom-control-input" id="log-openvpn" type="checkbox" name="log-openvpn" value="<?php echo $logEnable; ?>" <?php echo $logEnable ? ' checked="checked"' : "" ?> aria-describedby="log-openvpn">
|
<input class="custom-control-input" id="log-openvpn" type="checkbox" name="log-openvpn" value="1" <?php echo $logEnable ? ' checked="checked"' : "" ?> aria-describedby="log-openvpn">
|
||||||
<label class="custom-control-label" for="log-openvpn"><?php echo _("Enable logging") ?></label>
|
<label class="custom-control-label" for="log-openvpn"><?php echo _("Enable logging") ?></label>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
Loading…
Reference in New Issue
Block a user