mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
some fixes to be committed.
git-svn-id: file:///svn/phpbb/trunk@6975 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1845,8 +1845,11 @@ class install_convert extends module
|
||||
|
||||
if ($convert->options['refresh'])
|
||||
{
|
||||
$template->assign_var('S_REFRESH', true);
|
||||
meta_refresh(5, $url);
|
||||
// Because we should not rely on correct settings, we simply use the relative path here directly.
|
||||
$template->assign_vars(array(
|
||||
'S_REFRESH' => true,
|
||||
'META' => '<meta http-equiv="refresh" content="5;url=' . $url . '" />')
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user