Diff for /loncom/interface/lontiny.pm between versions 1.13 and 1.14

version 1.13, 2022/07/02 17:17:47 version 1.14, 2022/07/02 17:23:02
Line 401  sub launch_check { Line 401  sub launch_check {
                     if ($linkprotector) {                      if ($linkprotector) {
                         &Apache::lonnet::appenv({'request.linkprot' => $linkprotector.':'.$linkproturi});                          &Apache::lonnet::appenv({'request.linkprot' => $linkprotector.':'.$linkproturi});
                     } elsif ($env{'request.linkprot'}) {                      } elsif ($env{'request.linkprot'}) {
                         &Apache::lonnet::delenv('request.linkprot);                          &Apache::lonnet::delenv('request.linkprot');
                     }                      }
                     if ($linkkey ne '') {                      if ($linkkey ne '') {
                         &Apache::lonnet::appenv({'request.linkkey' => $linkkey});                          &Apache::lonnet::appenv({'request.linkkey' => $linkkey});
Line 422  sub launch_check { Line 422  sub launch_check {
         if ($linkprotector) {          if ($linkprotector) {
             &Apache::lonnet::appenv({'request.linkprot' => $linkprotector.':'.$linkproturi});              &Apache::lonnet::appenv({'request.linkprot' => $linkprotector.':'.$linkproturi});
         } elsif ($env{'request.linkprot'}) {          } elsif ($env{'request.linkprot'}) {
             &Apache::lonnet::delenv('request.linkprot);              &Apache::lonnet::delenv('request.linkprot');
         }          }
         if ($linkkey ne '') {          if ($linkkey ne '') {
             &Apache::lonnet::appenv({'request.linkkey' => $linkkey});              &Apache::lonnet::appenv({'request.linkkey' => $linkkey});

Removed from v.1.13  
changed lines
  Added in v.1.14


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