--- loncom/lond 2011/10/24 21:30:09 1.483 +++ loncom/lond 2011/11/07 18:13:37 1.484 @@ -2,7 +2,7 @@ # The LearningOnline Network # lond "LON Daemon" Server (port "LOND" 5663) # -# $Id: lond,v 1.483 2011/10/24 21:30:09 www Exp $ +# $Id: lond,v 1.484 2011/11/07 18:13:37 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -60,7 +60,7 @@ my $DEBUG = 0; # Non zero to ena my $status=''; my $lastlog=''; -my $VERSION='$Revision: 1.483 $'; #' stupid emacs +my $VERSION='$Revision: 1.484 $'; #' stupid emacs my $remoteVERSION; my $currenthostid="default"; my $currentdomainid; @@ -6742,7 +6742,7 @@ sub manage_permissions { my ($request, $domain, $user, $authtype) = @_; # See if the request is of the form /$domain/_au if($request =~ /^(\/\Q$domain\E\/_au)$/) { # It's an author rolesput... - my $path="/home/httpd/html/priv/".$domain; + my $path=$perlvar{'lonDocRoot'}."/priv/$domain"; unless (-e $path) { mkdir($path); }