version 1.10, 2002/10/18 13:48:57
|
version 1.12, 2003/08/13 15:20:11
|
Line 41
|
Line 41
|
# 03/31,04/03 Gerd Kortemeyer) |
# 03/31,04/03 Gerd Kortemeyer) |
# |
# |
# 05/02/01,05/09 Gerd Kortemeyer |
# 05/02/01,05/09 Gerd Kortemeyer |
# 12/13 Scott Harrison |
|
# |
# |
### |
### |
|
|
Line 190 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; |
} |
} |
|
|