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

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
saibot1
Forum Newbie
Posts: 8
Joined: Sat Nov 25, 2006 9:13 pm

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

Post 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');
Last edited by saibot1 on Wed Dec 06, 2006 6:46 am, edited 1 time in total.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post 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...
Post Reply