From b80cf1749c193f052f61b225f87d556c52f820e2 Mon Sep 17 00:00:00 2001 From: administrator Date: Tue, 20 Feb 2024 17:10:54 +0800 Subject: [PATCH] Add src/index.php --- src/index.php | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/index.php diff --git a/src/index.php b/src/index.php new file mode 100644 index 0000000..66d6a96 --- /dev/null +++ b/src/index.php @@ -0,0 +1,5 @@ +// src/index.php +Hello World'; +phpinfo(); +?> \ No newline at end of file