--- rat/lonpageflip.pm 2002/08/18 21:45:41 1.29 +++ rat/lonpageflip.pm 2002/09/07 02:55:38 1.30 @@ -2,7 +2,7 @@ # # Page flip handler # -# $Id: lonpageflip.pm,v 1.29 2002/08/18 21:45:41 www Exp $ +# $Id: lonpageflip.pm,v 1.30 2002/09/07 02:55:38 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -202,8 +202,7 @@ sub handler { } $currenturl=~s/^http\:\/\///; $currenturl=~s/^[^\/]+//; - unless (($currenturl=~/^\/res\//) || - ($currenturl=~/^\/adm\/wrapper\//)) { + unless ($currenturl=~/^\/(res|adm\/wrapper|public|adm\/coursedocs)\//) { my $last; if (tie(%hash,'GDBM_File',$ENV{'request.course.fn'}.'_symb.db', &GDBM_READER(),0640)) {