mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 23:37:39 +02:00
support _ in file names in viewonline - Bug #40405
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9428 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -187,7 +187,7 @@ while ($row = $db->sql_fetchrow($result))
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
preg_match('#^([a-z/]+)#i', $row['session_page'], $on_page);
|
preg_match('#^([a-z/_]+)#i', $row['session_page'], $on_page);
|
||||||
if (!sizeof($on_page))
|
if (!sizeof($on_page))
|
||||||
{
|
{
|
||||||
$on_page[1] = '';
|
$on_page[1] = '';
|
||||||
|
Reference in New Issue
Block a user