# Linha 559, trocar:
if options.delete("nph") or
(/IIS\/(\d+)/n.match(env_table['SERVER_SOFTWARE']) and $1.to_i < 5)
# por isto:
if options.delete("nph")
|
Pastie
Support Pastie
or read my
Pastie << self
blog
# Linha 559, trocar:
if options.delete("nph") or
(/IIS\/(\d+)/n.match(env_table['SERVER_SOFTWARE']) and $1.to_i < 5)
# por isto:
if options.delete("nph")
|