Diff for /rat/lonpageflip.pm between versions 1.80.8.11.2.2 and 1.80.8.12

version 1.80.8.11.2.2, 2021/03/04 13:56:51 version 1.80.8.12, 2021/03/04 01:33:43
Line 554  sub handler { Line 554  sub handler {
                      &Apache::lonnet::linklog($redirecturl,$currenturl);                       &Apache::lonnet::linklog($redirecturl,$currenturl);
   }    }
 # ------------------------------------- Check for and display critical messages  # ------------------------------------- Check for and display critical messages
                   my ($redirect, $url) = &Apache::loncommon::critical_redirect(300,'flip');                    my ($redirect, $url) = &Apache::loncommon::critical_redirect(300);
                   unless ($redirect) {                    unless ($redirect) {
                       my $usehttp = &check_http_req(\$redirecturl);                        my $usehttp = &check_http_req(\$redirecturl);
                       if (($usehttp) && ($hostname ne '')) {                        if (($usehttp) && ($hostname ne '')) {

Removed from v.1.80.8.11.2.2  
changed lines
  Added in v.1.80.8.12


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