Ticket #4462: mythweb.pl.patch

File mythweb.pl.patch, 498 bytes (added by greg-mythtvtrac@…, 16 years ago)

still doesn't work - another fix

  • mythweb.pl

    old new  
    4343
    4444# Work around a lighttpd bug:  http://trac.lighttpd.net/trac/ticket/420
    4545    foreach my $key (keys %ENV) {
    46         next if ($key eq uc($key));
    47         $ENV{$key} ||= $ENV{uc($key)};
     46        $ENV{lc($key)} = $ENV{$key} if ($key =~ m/DB_/);
    4847    }
    4948
    5049# Connect to the database