I'm trying to replace the X-Powered-By header out of security concerns.
I know it can't really hurt - just me being paranoid. Anyway, I'm using:
header("X-Powered-By: somethingthatisntphp",true);
But it has 2 headers. Is there any way to do this?
--
The above message is encrypted with double rot13 encoding. Any unauthorized attempt to decrypt it will be prosecuted to the full extent of the law.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
- Re: [PHP] Replacing X-Powered-By header? Leif K-Brooks
- Re: [PHP] Replacing X-Powered-By header? Rasmus Lerdorf