![]() ![]() | ![]() |
version 1.912, 2007/09/12 20:29:16 | version 1.913, 2007/09/25 00:21:12 |
---|---|
Line 7832 sub hreflocation { | Line 7832 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; |
} | } |