Return to londiff.pm CVS log | Up to [LON-CAPA] / loncom / publisher |
version 1.11, 2003/02/03 18:03:53 | version 1.12, 2003/08/13 15:20:11 |
---|---|
Line 189 sub handler { | Line 189 sub handler { |
} else { | } else { |
$r->print('<h1><font color=red>Binary File</font></h1>'); | $r->print('<h1><font color=red>Binary File</font></h1>'); |
} | } |
$r->print('</body></html>'); | $r->print('<center><a href="javascript:window.close();">Close This Window</a></center></body></html>'); |
return OK; | return OK; |
} | } |