![]() ![]() | ![]() |
version 1.910, 2007/09/05 17:37:51 | version 1.910.2.1, 2007/09/25 00:26:20 |
---|---|
Line 7735 sub hreflocation { | Line 7735 sub hreflocation { |
$file=~s-^/home/httpd/lonUsers/($match_domain)/./././($match_name)/userfiles/ | $file=~s-^/home/httpd/lonUsers/($match_domain)/./././($match_name)/userfiles/ |
-/uploaded/$1/$2/-x; | -/uploaded/$1/$2/-x; |
} | } |
if ($file=~ m{^/userfiles/}) { | |
$file =~ s{^/userfiles/}{/uploaded/}; | |
} | |
return $file; | return $file; |
} | } |