From a8272c3db0153aedc5e1641c4b3fc05666c632e4 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 3 May 2025 01:44:47 +0500 Subject: feat: favicon --- public/account/index.php | 1 + public/account/login/index.php | 1 + 2 files changed, 2 insertions(+) (limited to 'public/account') diff --git a/public/account/index.php b/public/account/index.php index 6b1385f..ff0b745 100644 --- a/public/account/index.php +++ b/public/account/index.php @@ -72,6 +72,7 @@ if ($_SERVER['REQUEST_METHOD'] == "POST") { Account management - <?php echo INSTANCE_NAME ?> + diff --git a/public/account/login/index.php b/public/account/login/index.php index 954ccc9..4eb37ae 100644 --- a/public/account/login/index.php +++ b/public/account/login/index.php @@ -18,6 +18,7 @@ if (!ACCOUNT_REGISTRATION_ENABLE) { Login - <?php echo INSTANCE_NAME ?> + -- cgit v1.2.3