--- loncom/cgi/lonauthcgi.pm 2014/04/06 14:55:24 1.13 +++ loncom/cgi/lonauthcgi.pm 2015/05/04 15:43:57 1.14 @@ -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.14 2015/05/04 15:43:57 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -392,6 +392,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; }