diff --git a/strassenkind.php b/strassenkind.php
index db4d83a..406536e 100644
--- a/strassenkind.php
+++ b/strassenkind.php
@@ -17,9 +17,33 @@ echo "Done.";
-->
- Strassenkind Status Page
+ Strassenkind Server Status Page
+ ";
+ }
+ ?>
-
+
+ Strassenkind Server Status
+
+ \n $command
\n $output
\n
";
+ }
+ } else {
+ //run status command list otherwise
+ foreach ($status_commands as $command) {
+ echo "\n $command
\n $output
\n
";
+ }
+ }
+ ?>
\ No newline at end of file