From ba8a6d83bdb0e6874c09e0d20317ba94170decd0 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 21 Aug 2024 16:02:13 +0200 Subject: [PATCH] header.pl: Remove an unused variable Signed-off-by: Michael Tremer --- config/cfgroot/header.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/config/cfgroot/header.pl b/config/cfgroot/header.pl index 21c63c51e..45fe44a8e 100644 --- a/config/cfgroot/header.pl +++ b/config/cfgroot/header.pl @@ -104,7 +104,6 @@ if ($ENV{'SERVER_ADDR'} && $ENV{'HTTPS'} ne 'on') { ### Initialize environment &General::readhash("${swroot}/main/settings", \%settings); $hostname = $settings{'HOSTNAME'}; -$hostnameintitle = 0; ### Initialize language require "${swroot}/lang.pl"; -- 2.39.5