mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 02:06:32 +02:00
Basic stats almost done
git-svn-id: file:///svn/phpbb/trunk@735 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -90,6 +90,7 @@ else
|
||||
$config = $db->sql_fetchrow($result);
|
||||
|
||||
$board_config['board_disable'] = $config['board_disable'];
|
||||
$board_config['board_startdate'] = $config['board_startdate'];
|
||||
$board_config['sitename'] = stripslashes($config['sitename']);
|
||||
$board_config['allow_html'] = $config['allow_html'];
|
||||
$board_config['allow_bbcode'] = $config['allow_bbcode'];
|
||||
|
Reference in New Issue
Block a user