mirror of
https://github.com/cytopia/devilbox.git
synced 2025-04-13 05:43:06 +00:00
Fix indentation
This commit is contained in:
parent
c64c4553d7
commit
d5858da3e0
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user