| Trustmaster |
|
|---|---|
|
В system/functions.php в sed_sendheaders() вот такая строчка:
header('Content-Type: '.$contenttype.'; charset='.$cfg['charset']);define('YANDEX', true);if (defined('YANDEX')) header('Content-Type: '.$contenttype.'; charset=windows-1251');
else header('Content-Type: '.$contenttype.'; charset='.$cfg['charset']);May the Source be with you!
|