Diff for /rat/lonpageflip.pm between versions 1.8 and 1.9

version 1.8, 2000/10/17 10:36:17 version 1.9, 2000/10/17 14:23:32
Line 76  sub handler { Line 76  sub handler {
      $r->content_type('text/html');       $r->content_type('text/html');
              $r->header_out(Location =>                $r->header_out(Location => 
                                'http://'.$ENV{'HTTP_HOST'}.'/adm/noidea.html');                                 'http://'.$ENV{'HTTP_HOST'}.'/adm/noidea.html');
                return REDIRECT;
          }           }
          return REDIRECT;  
       }        }
 # ------------------------------------------- Do we have any idea where we are?  # ------------------------------------------- Do we have any idea where we are?
       my $position;        my $position;

Removed from v.1.8  
changed lines
  Added in v.1.9


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