diff options
Diffstat (limited to 'php.req')
-rwxr-xr-x | php.req | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -20,10 +20,6 @@ foreach (@ARGV ? $ARGV : <> ) { chomp; $f = $_; push @files, $f; - # skip non-php files - next unless ($f =~ /\.php$/); - # skip doc files - next if ($f =~ /^\/usr\/share\/doc/); open(F, "< $f") or die; if ($f =~ /$pear/) { |