Release preparation. New language activation and global UTF-8 charset.

This commit is contained in:
Yuriy Pikhtarev 2017-06-12 20:19:28 +03:00
commit 5942e57b53
No known key found for this signature in database
GPG key ID: 3A9B5A757B48ECC6
5 changed files with 187 additions and 15 deletions

View file

@ -222,7 +222,7 @@ if (isset($_GET['pane']) && $_GET['pane'] == 'left') {
} else {
// Generate frameset
$template->assign_vars(array(
'CONTENT_ENCODING' => $bb_cfg['lang'][$userdata['user_lang']]['encoding'],
'CONTENT_ENCODING' => $bb_cfg['charset'],
'TPL_ADMIN_FRAMESET' => true,
));
send_no_cache_headers();