304c304 < if (strstr($content, $match)) { --- > if (false !== strpos($content, $match)) { 327c327 < if (strstr($content, $match)) { --- > if (false === strpos($content, $match)) {