From: Michal Vaner Date: Fri, 15 Aug 2008 12:35:22 +0000 (+0200) Subject: Make sure apache does not complain about path X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=e2913d760e33eaaf45c09e8e0aa052fb0eca649e;p=pciids.git Make sure apache does not complain about path --- 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 );