--- loncom/cgi/lonauthcgi.pm 2013/10/27 17:16:36 1.11 +++ 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.11 2013/10/27 17:16:36 raeburn Exp $ +# $Id: lonauthcgi.pm,v 1.14 2015/05/04 15:43:57 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -381,6 +381,7 @@ sub serverstatus_titles { 'server-status' => 'Apache Status Page', 'codeversions' => 'LON-CAPA Module Versions', 'checksums' => 'LON-CAPA Module Checking', + 'diskusage' => 'Course/Community Disk Usage', 'clusterstatus' => 'Domain status', 'metadata_keywords' => 'Display Metadata Keywords', 'metadata_harvest' => 'Harvest Metadata Searches', @@ -390,6 +391,8 @@ sub serverstatus_titles { 'toggledebug' => 'Toggle debug messages', '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; }