--- loncom/interface/domainprefs.pm 2011/09/14 02:59:33 1.155 +++ loncom/interface/domainprefs.pm 2011/10/23 23:46:02 1.157 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set domain-wide configuration settings # -# $Id: domainprefs.pm,v 1.155 2011/09/14 02:59:33 raeburn Exp $ +# $Id: domainprefs.pm,v 1.157 2011/10/23 23:46:02 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3866,7 +3866,7 @@ sub print_serverstatuses { sub serverstatus_pages { return ('userstatus','lonstatus','loncron','server-status','codeversions', 'clusterstatus','metadata_keywords','metadata_harvest', - 'takeoffline','takeonline','showenv','toggledebug'); + 'takeoffline','takeonline','showenv','toggledebug','ping','domconf'); } sub coursecategories_javascript { @@ -4934,7 +4934,7 @@ sub publishlogo { # See if there is anything left unless ($fname) { return ('error: no uploaded file'); } $fname="$subdir/$fname"; - my $filepath='/home/'.$confname.'/public_html'; + my $filepath='/home/httpd/html/priv/'.$dom.'/'.$confname; my ($fnamepath,$file,$fetchthumb); $file=$fname; if ($fname=~m|/|) {