mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
Hold on everyone, I forgot to give out the idiot homework ...
git-svn-id: file:///svn/phpbb/trunk@3405 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -665,7 +665,7 @@ class auth
|
||||
}
|
||||
}
|
||||
|
||||
$$hold_str = ($f) ? pack('C2', $f >> 8, $f) : '';
|
||||
$$hold_str .= ($f) ? pack('C2', $f >> 8, $f) : '';
|
||||
$bitstring = implode('', $holding);
|
||||
for ($i = 0; $i < $len; $i += 8)
|
||||
{
|
||||
|
Reference in New Issue
Block a user