Return to lonpageflip.pm CVS log | Up to [LON-CAPA] / rat |
version 1.75, 2008/03/12 02:45:50 | version 1.75.2.1, 2008/12/21 05:00:52 |
---|---|
Line 335 sub handler { | Line 335 sub handler { |
return REDIRECT; | return REDIRECT; |
} | } |
} | } |
$currenturl=~s/^http\:\/\///; | $currenturl=~s/^https?\:\/\///; |
$currenturl=~s/^[^\/]+//; | $currenturl=~s/^[^\/]+//; |
# | # |
# Is the current URL on the map? If not, start with last known URL | # Is the current URL on the map? If not, start with last known URL |