mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
typo
git-svn-id: file:///svn/phpbb/trunk@7364 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
24cba27f4a
commit
b6859730c8
1 changed files with 1 additions and 1 deletions
|
@ -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 = '';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue