--- loncom/cgi/lonauthcgi.pm 2013/10/27 17:16:36 1.11 +++ loncom/cgi/lonauthcgi.pm 2014/01/01 17:41:51 1.12 @@ -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.12 2014/01/01 17:41:51 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -390,6 +390,7 @@ 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', ); return \%titles; }