diff --git a/scripts/system_controls.php b/scripts/system_controls.php index 39d2f5f..b498c04 100644 --- a/scripts/system_controls.php +++ b/scripts/system_controls.php @@ -93,11 +93,11 @@ if($command == 'update_birdnet.sh'){ } if(isset($command)){ $results = shell_exec("$command 2>&1"); -echo "
$results
"; +echo " + +
$results
"; } } ob_end_flush(); ?> - -