
#
#------ [OPEN] ------
#
ucp.php
#
#------ [FIND] ------
# around line 95
#
meta_refresh(3, append_sid("{$phpbb_root_path}index.$phpEx"));
#
#------ [REPLACE WITH] ------
#
redirect(append_sid("{$phpbb_root_path}index.$phpEx"));
#
#------ [OPEN] ------
#
includes/functions.php
#
#------ [FIND] ------
# around line 2305
#
meta_refresh(3, $redirect);
#
#------ [REPLACE WITH] ------
#
redirect(append_sid($redirect));


function meta_refresh($time, $url)
{
global $template;
$url = redirect($url, true);
$url = str_replace('&', '&', $url);
$time=0;
// For XHTML compatibility we change back & to &
// $template->assign_vars(array(
// 'META' => '<meta http-equiv="refresh" content="' . $time . ';url=' . $url . '" />')
// );
redirect($url);
return $url;
}
Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 0