From e2913d760e33eaaf45c09e8e0aa052fb0eca649e Mon Sep 17 00:00:00 2001 From: Michal Vaner Date: Fri, 15 Aug 2008 14:35:22 +0200 Subject: [PATCH] Make sure apache does not complain about path --- PciIds/Html/Handler.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/PciIds/Html/Handler.pm b/PciIds/Html/Handler.pm index 9882f76..dd996ff 100644 --- a/PciIds/Html/Handler.pm +++ b/PciIds/Html/Handler.pm @@ -13,6 +13,7 @@ use PciIds::Html::Notifications; use PciIds::Notifications; use Apache2::Const qw(:common :http); +$ENV{'PATH'} = ''; my $dbh = connectDb(); my $tables = PciIds::Html::Tables::new( $dbh ); -- 2.39.2