What can I do to use two addresses at once in this condition?
NOTE: I need this code not to load the HTML if one or the other address is accessed
<?php
if ( !strpos( $_SERVER['REQUEST_URI'] , '/') ){
?>
<a id="seloEbit" href="http://www.ebit.com.br/90809" target="_blank" data-noop="redir(this.href);"> </a>
<script type="text/javascript" id="getSelo" src="https://imgs.ebit.com.br/ebitBR/selo-ebit/js/getSelo.js?90809"> </script>
<?php
}
?>