Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: Some problem with charset  (Read 2729 times)

0 Members and 1 Guest are viewing this topic.

silyashevich

  • Coppermine newbie
  • Offline Offline
  • Gender: Male
  • Posts: 10
    • http://photo.shuya.ru
Some problem with charset
« on: January 22, 2006, 12:08:56 am »

CPG 1.4.3...

in stat-details.php:
line 107:
Code: [Select]
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />need:
Code: [Select]
<meta http-equiv="Content-Type" content="text/html; charset={$CONFIG['charset']}" />
in keyword_select.php:
line 56:
Code: [Select]
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />need:
Code: [Select]
<meta http-equiv="Content-Type" content="text/html; charset={$CONFIG['charset']}" />
ps... may be move it 2 http://forum.coppermine-gallery.net/index.php?board=29.0 (cpg1.4 Testing/Bugs)  ::)
Logged

Nibbler

  • Guest
Re: Some problem with charset
« Reply #1 on: January 22, 2006, 04:08:23 pm »

This has already been reported as a bug.
Logged
Pages: [1]   Go Up
 

Page created in 0.017 seconds with 20 queries.