From 22c599412ddb30276aab774521906b2975870ba4 Mon Sep 17 00:00:00 2001 From: hanyixuanten Date: Sun, 14 Jul 2024 15:18:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=BB=88=E7=AB=AF=E6=AC=A2?= =?UTF-8?q?=E8=BF=8E=E4=BF=A1=E6=81=AF=EF=BC=8C=E5=8E=BB=E9=99=A4=E5=A4=9A?= =?UTF-8?q?=E4=BD=99=E7=A9=BA=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- terminal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; ?>