Skip to content

Commit

Permalink
Remove unused variables for strpos function
Browse files Browse the repository at this point in the history
  • Loading branch information
dapphp committed May 30, 2020
2 parents 01966d7 + 4fe70d5 commit 03cc915
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions securimage.php
Original file line number Diff line number Diff line change
Expand Up @@ -2226,7 +2226,6 @@ protected function getAudibleCode()
*/
protected function readCodeFromFile($numWords = 1)
{
$strpos_func = 'strpos';
$strtolower_func = 'strtolower';
$mb_support = false;

Expand All @@ -2243,7 +2242,6 @@ protected function readCodeFromFile($numWords = 1)
return false;
}

$strpos_func = 'mb_strpos';
$strtolower_func = 'mb_strtolower';
}

Expand Down

0 comments on commit 03cc915

Please sign in to comment.