Fix indentation

This commit is contained in:
cytopia 2022-12-25 15:42:10 +01:00
parent c64c4553d7
commit d5858da3e0
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2

View File

@ -119,7 +119,7 @@ function run_supervisor_command($command) {
?>
<h3>watcherd stdout</h3>
<br/>
<?php
<?php
$output = run_supervisor_command('tail -1000000 watcherd');
echo '<pre>';
foreach(preg_split("/((\r?\n)|(\r\n?))/", $output) as $line) {