From a65139af2f99e90669bd816077307be7be45a2a6 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Sun, 7 Jun 1998 00:13:03 +0000 Subject: [PATCH] Define $hsty_base so the URLs for the images are correct. --- data/cgi/missing_handler.cgi | 5 +++-- en/cgi/missing_handler.cgi | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/data/cgi/missing_handler.cgi b/data/cgi/missing_handler.cgi index 51291214b7..fd10cb6331 100755 --- a/data/cgi/missing_handler.cgi +++ b/data/cgi/missing_handler.cgi @@ -52,11 +52,11 @@ # # _________________________________________________________________ # -# $Date: 1998-02-12 11:04:03 $ +# $Date: 1998-06-07 00:13:03 $ # ---------------------------------------------------------------------- # # -# $Id: missing_handler.cgi,v 1.3 1998-02-12 11:04:03 wosch Exp $ +# $Id: missing_handler.cgi,v 1.4 1998-06-07 00:13:03 wosch Exp $ # output title $title = $ENV{'MISSING_HANDLER_TITLE'} || @@ -73,6 +73,7 @@ $server_admin=$ENV{'SERVER_ADMIN'}; $http_host=$ENV{'HTTP_HOST'}; $server_name=$ENV{'SERVER_NAME'}; +$hsty_base = ''; require 'cgi-style.pl'; print &html_header($title); diff --git a/en/cgi/missing_handler.cgi b/en/cgi/missing_handler.cgi index 51291214b7..fd10cb6331 100755 --- a/en/cgi/missing_handler.cgi +++ b/en/cgi/missing_handler.cgi @@ -52,11 +52,11 @@ # # _________________________________________________________________ # -# $Date: 1998-02-12 11:04:03 $ +# $Date: 1998-06-07 00:13:03 $ # ---------------------------------------------------------------------- # # -# $Id: missing_handler.cgi,v 1.3 1998-02-12 11:04:03 wosch Exp $ +# $Id: missing_handler.cgi,v 1.4 1998-06-07 00:13:03 wosch Exp $ # output title $title = $ENV{'MISSING_HANDLER_TITLE'} || @@ -73,6 +73,7 @@ $server_admin=$ENV{'SERVER_ADMIN'}; $http_host=$ENV{'HTTP_HOST'}; $server_name=$ENV{'SERVER_NAME'}; +$hsty_base = ''; require 'cgi-style.pl'; print &html_header($title);