Skip to content

Commit

Permalink
Add missing link to config page
Browse files Browse the repository at this point in the history
  • Loading branch information
jcameron committed Mar 18, 2017
1 parent 31ea2f8 commit d0deb90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -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'}";
Expand Down

0 comments on commit d0deb90

Please sign in to comment.