From ff088768440255cd613911533580dbf7d9fae411 Mon Sep 17 00:00:00 2001 From: kouul Date: Sun, 5 Apr 2020 14:43:48 +0400 Subject: [PATCH] using header 1 for hello world Signed-off-by: kouul --- apache-php/app/index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apache-php/app/index.php b/apache-php/app/index.php index f49ce1a..27cd05d 100644 --- a/apache-php/app/index.php +++ b/apache-php/app/index.php @@ -1,3 +1,3 @@ - \ No newline at end of file +Hello World!'; +?> \ No newline at end of file