Line 187 | Line 187 |
---|---|
continue; |
continue; |
preg_match('#^([a-z/]+)#i', $row['session_page'], $on_page); | preg_match('#^([a-z0-9/_-]+)#i', $row['session_page'], $on_page); |
if (!sizeof($on_page)) | if (!sizeof($on_page)) |
Line 305 | Line 305 |
$location_url = append_sid("{$phpbb_root_path}index.$phpEx"); |
$location_url = append_sid("{$phpbb_root_path}index.$phpEx"); |
case 'download': | case 'download/file': |
$location = $user->lang['DOWNLOADING_FILE']; | $location = $user->lang['DOWNLOADING_FILE']; |