Advertisement
Guest User

Untitled

a guest
May 26th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1.    $whereStatement .= ' host NOT IN (' . implode(',', $hosts) . ')';
  2.         if ($isInBrandingWhitelist) {
  3.             $whereStatement .= ' host IN (' . implode(',', $hosts) . ')';
  4.         }
  5.         $sqlFIlter .= $whereStatement;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement