diff --git a/terminal.php b/terminal.php index a4a9dac..1781a86 100644 --- a/terminal.php +++ b/terminal.php @@ -11,7 +11,7 @@ Type 'help' to see a list of commands.





1"; + $output_str = "Welcome to the terminal!
Type 'help' to see a list of commands.
"; echo $output_str; ?>