"; } ?>
Strassenkind Server Status
"; } else { echo "
Return to regular status commands
"; } ?> $command \n
$output
\n
"; } } else { //run status command list otherwise foreach ($status_commands as $command) { $output = shell_exec($command); echo "
$command
\n
$output
\n
"; } } ?>