--- rat/lonpageflip.pm 2001/05/28 14:21:22 1.16 +++ rat/lonpageflip.pm 2001/07/05 19:38:23 1.17 @@ -12,7 +12,7 @@ # # 10/03,10/05,10/06,10/07,10/09,10/10,10/11,10/16,10/17, # 11/14,11/16, -# 10/01/01,05/01,05/28 Gerd Kortemeyer +# 10/01/01,05/01,05/28,07/05 Gerd Kortemeyer package Apache::lonpageflip; @@ -159,7 +159,8 @@ sub handler { } $currenturl=~s/^http\:\/\///; $currenturl=~s/^[^\/]+//; - unless ($currenturl=~/\/res\//) { + unless (($currenturl=~/^\/res\//) || + ($currenturl=~/^\/adm\/wrapper\//)) { my $last; if (tie(%hash,'GDBM_File',$ENV{'request.course.fn'}.'_symb.db', &GDBM_READER,0640)) { @@ -266,9 +267,10 @@ ENDSTART $r->print(<Choose Next Location - +

Sorry!

Next resource could not be identified.

+

You probably are at the beginning or the end of the course.

ENDNONE