Diff for /rat/lonpageflip.pm between versions 1.75 and 1.75.2.1

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

Removed from v.1.75  
changed lines
  Added in v.1.75.2.1


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>