mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 03:07:43 +02:00
ipfire theme: Show hostname in title by default.
This commit is contained in:
@@ -139,7 +139,7 @@ print <<END
|
||||
<div id="logo">
|
||||
END
|
||||
;
|
||||
if ($settings{'WINDOWWITHHOSTNAME'} eq 'on') {
|
||||
if ($settings{'WINDOWWITHHOSTNAME'} ne 'off') {
|
||||
print "<h1>$settings{'HOSTNAME'}.$settings{'DOMAINNAME'}</h1>";
|
||||
} else {
|
||||
print "<h1>IPFire</h1>";
|
||||
|
||||
Reference in New Issue
Block a user