From d0deb9001b870ec6883e4cf162f5de32c0559655 Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Fri, 17 Mar 2017 22:00:26 -0700 Subject: [PATCH] Add missing link to config page --- index.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.cgi b/index.cgi index 4bd564d..55e1086 100755 --- a/index.cgi +++ b/index.cgi @@ -13,7 +13,7 @@ my $sfx = $has_virt && $has_vm2 ? "3" : $has_vm2 ? "2" : ""; if (!$ENV{"ANONYMOUS_USER"}) { # Being accessed non-anonymously .. tell the admin - &ui_print_header(undef, $text{'index_title'.$sfx}, "", undef, 0, 1); + &ui_print_header(undef, $text{'index_title'.$sfx}, "", undef, 1, 1); my $url = uc($ENV{'HTTPS'}) eq "ON" ? "https" : "http"; $url .= "://$ENV{'SERVER_NAME'}:$ENV{'SERVER_PORT'}";