From ab68082f18020600ae2ffb7542e9c7edc445151c Mon Sep 17 00:00:00 2001 From: Lin <31387258+011248163264@users.noreply.github.com> Date: Tue, 24 Feb 2026 19:24:44 +0100 Subject: [PATCH] Update index.php When a sitename is changed in common.php the site name on index.php is now also changed --- var/www/html/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/var/www/html/index.php b/var/www/html/index.php index 69ee57e..d9e8b5a 100644 --- a/var/www/html/index.php +++ b/var/www/html/index.php @@ -3,7 +3,7 @@ require('../common.php'); header('Content-Type: text/html; charset=UTF-8'); print_header(_('Info')); ?> -

+

- Info