]> mj.ucw.cz Git - pciids.git/commitdiff
Make sure apache does not complain about path
authorMichal Vaner <vorner@ucw.cz>
Fri, 15 Aug 2008 12:35:22 +0000 (14:35 +0200)
committerMichal Vaner <vorner@ucw.cz>
Fri, 15 Aug 2008 12:35:22 +0000 (14:35 +0200)
PciIds/Html/Handler.pm

index 9882f76fe3b4ae8272564906bc88b44f4a606872..dd996ffd5b27ee674ec6e6bbdb525c8fd941e090 100644 (file)
@@ -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 );