From 594c92179b211857414df3f7daec7e947e13d0ac Mon Sep 17 00:00:00 2001 From: flashwave Date: Mon, 4 Jul 2022 18:20:13 +0000 Subject: [PATCH] Display the correct name in the title. --- public/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.php b/public/index.php index c7ea7ff..2f51e59 100644 --- a/public/index.php +++ b/public/index.php @@ -1,5 +1,5 @@ -Edgii ID +<?=ucfirst(explode('.', $_SERVER['HTTP_HOST'])[1]);?> ID

Under Construction