If you are using this:
#!/usr/local/bin/php
You can add "-q" at the end of it and the headers will be removed, beacuse header_remove will not remove "Content-type"
#!/usr/local/bin/php -q
If you are using this:
#!/usr/local/bin/php
You can add "-q" at the end of it and the headers will be removed, beacuse header_remove will not remove "Content-type"
#!/usr/local/bin/php -q