Page 1 of 1

header('Content-language: e showing up on http headers check

Posted: Sun Dec 03, 2006 11:35 am
by saibot1
My shopping cart's http headers show the following line. Can I eliminate the whole line altogether ?

Code: Select all

header('Content-language: en');

Posted: Sun Dec 03, 2006 12:02 pm
by feyd
If you changed the line(s) in php.ini, did you remember to restart the web server?

You can use session_name(), just so you know...