Apply text-secondary to logoutput

This commit is contained in:
billz
2024-10-24 10:30:53 -07:00
parent 063a2b1eaf
commit 4e76445dab
9 changed files with 9 additions and 9 deletions

View File

@@ -11,7 +11,7 @@
<?php
exec('sudo chmod o+r /tmp/wireguard.log');
$log = file_get_contents('/tmp/wireguard.log');
echo '<textarea class="logoutput my-3">'.htmlspecialchars($log, ENT_QUOTES).'</textarea>';
echo '<textarea class="logoutput text-secondary my-3">'.htmlspecialchars($log, ENT_QUOTES).'</textarea>';
?>
</div>
</div><!-- /.row -->