mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
changed the cache files to save some memory (all global ones are hold in memory, doubling it).
git-svn-id: file:///svn/phpbb/trunk@7386 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -3968,6 +3968,12 @@ function page_header($page_title = '', $display_online_list = true)
|
||||
'SITE_LOGO_IMG' => $user->img('site_logo'))
|
||||
);
|
||||
|
||||
// Once used, we do not want to have the whole theme data twice in memory...
|
||||
if ($user->theme['theme_storedb'])
|
||||
{
|
||||
$user->theme['theme_data'] = '';
|
||||
}
|
||||
|
||||
// application/xhtml+xml not used because of IE
|
||||
header('Content-type: text/html; charset=UTF-8');
|
||||
|
||||
|
Reference in New Issue
Block a user