mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Release preparation. New language activation and global UTF-8 charset.
This commit is contained in:
parent
a2b533bb3e
commit
5942e57b53
5 changed files with 187 additions and 15 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue