it is indeed no longer required

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8544 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen 2008-05-04 14:44:48 +00:00
parent 57b5e87b1c
commit d3c685c652

View file

@ -68,7 +68,7 @@ class session
foreach ($args as $key => $argument) foreach ($args as $key => $argument)
{ {
if (strpos($argument, 'sid=') === 0 || strpos($argument, '_f_=') === 0) if (strpos($argument, 'sid=') === 0)
{ {
continue; continue;
} }