mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00: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:
parent
abc458bc2a
commit
a97b5f5ed8
1 changed files with 3 additions and 3 deletions
|
@ -187,7 +187,7 @@ while ($row = $db->sql_fetchrow($result))
|
|||
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))
|
||||
{
|
||||
$on_page[1] = '';
|
||||
|
|
Loading…
Add table
Reference in a new issue