mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 23:20:22 +00:00
10 lines
347 B
PHP
10 lines
347 B
PHP
<!-- logging tab -->
|
|
<div class="tab-pane fade" id="adblocklogfileoutput">
|
|
<h4 class="mt-3"><?php echo _("Logging"); ?></h4>
|
|
<div class="row">
|
|
<div class="form-group col-md-8">
|
|
<?php echo '<textarea class="logoutput">'.htmlspecialchars($adblock_log, ENT_QUOTES).'</textarea>'; ?>
|
|
</div>
|
|
</div>
|
|
</div><!-- /.tab-pane -->
|
|
|