mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update config.php
This commit is contained in:
parent
97566e737c
commit
3217099d9b
@ -214,7 +214,7 @@ $bb_cfg['posting_url'] = 'posting.php'; # "http://{$domain_name}/posting.php"
|
||||
$bb_cfg['pm_url'] = 'privmsg.php'; # "http://{$domain_name}/privmsg.php"
|
||||
|
||||
// Language
|
||||
$bb_cfg['charset'] = 'utf-8'; // page charset
|
||||
$bb_cfg['charset'] = 'utf-8';
|
||||
|
||||
if (isset($bb_cfg['default_lang']) && file_exists(LANG_ROOT_DIR . $bb_cfg['default_lang'] .'/'))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user