--- loncom/cgi/lonauthcgi.pm 2014/04/06 14:55:24 1.13 +++ loncom/cgi/lonauthcgi.pm 2016/07/25 19:50:01 1.15 @@ -1,7 +1,7 @@ # # LON-CAPA authorization for cgi-bin scripts # -# $Id: lonauthcgi.pm,v 1.13 2014/04/06 14:55:24 raeburn Exp $ +# $Id: lonauthcgi.pm,v 1.15 2016/07/25 19:50:01 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -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', @@ -392,6 +393,7 @@ sub serverstatus_titles { 'ping' => 'Cause server to ping another server', 'domconf' => 'Text Display of Domain Configuration', 'uniquecodes' => 'Six-character Course Codes', + 'coursecatalog' => 'Course/Community Catalog with enrollment data', ); return \%titles; }