mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
typo
git-svn-id: file:///svn/phpbb/trunk@7364 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -36,7 +36,7 @@ if (!empty($load_extensions))
|
|||||||
$sid = (isset($_GET['sid'])) ? htmlspecialchars($_GET['sid']) : '';
|
$sid = (isset($_GET['sid'])) ? htmlspecialchars($_GET['sid']) : '';
|
||||||
$id = (isset($_GET['id'])) ? intval($_GET['id']) : 0;
|
$id = (isset($_GET['id'])) ? intval($_GET['id']) : 0;
|
||||||
|
|
||||||
if (strspn($str, 'abcdefABCDEF0123456789') !== strlen($str))
|
if (strspn($sid, 'abcdefABCDEF0123456789') !== strlen($sid))
|
||||||
{
|
{
|
||||||
$sid = '';
|
$sid = '';
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user