--- loncom/cgi/lonauthcgi.pm 2019/02/03 22:10:43 1.14.2.1 +++ loncom/cgi/lonauthcgi.pm 2020/12/18 15:23:04 1.17 @@ -1,7 +1,7 @@ # # LON-CAPA authorization for cgi-bin scripts # -# $Id: lonauthcgi.pm,v 1.14.2.1 2019/02/03 22:10:43 raeburn Exp $ +# $Id: lonauthcgi.pm,v 1.17 2020/12/18 15:23:04 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -92,7 +92,7 @@ sub check_ipbased_access { my ($page,$ip) = @_; my $allowed; if (!defined($ip)) { - $ip = $ENV{'REMOTE_ADDR'}; + $ip = &Apache::lonnet::get_requestor_ip(); } if ($ip eq '127.0.0.1') { $allowed = 1; @@ -383,6 +383,7 @@ sub serverstatus_titles { 'checksums' => 'LON-CAPA Module Checking', 'diskusage' => 'Course/Community Disk Usage', 'clusterstatus' => 'Domain status', + 'certstatus' => 'LON-CAPA SSL Certificates Status', 'metadata_keywords' => 'Display Metadata Keywords', 'metadata_harvest' => 'Harvest Metadata Searches', 'takeoffline' => 'Offline - replace Log-in page',