WordPress uses a large # of PHP scripts. The problem
on our server is that every PHP script must contain
the following as the first line:
#!/usr/local/bin/php
Does anyone have a quick sed-based Unix script to
achieve this, or a way around it? Thanks.