Notice: Undefined index: HTTP_REFERER in

Hola! Cómo están?

Tengo un problema, pasé mi sitio Web del Localhost al servidor de 000webhost, tengo todo bien, pero cuando trato de visualizar la página tengo este error:

Notice: Undefined index: HTTP_REFERER in /storage/ssd4/725/5080725/public_html/templates/ltmuseum/index.php on line 12

Revisé el archivo que aparece allí y tengo esto:

//hide banner for market
$topurl=$_SERVER[‘HTTP_REFERER’];
$market=substr($topurl,strpos($topurl,’=’)+1);
if (strlen(strstr($market, ‘astemplates’)) > 0) {
?>

.free-template-download { display: none!important; } <?php } //end hide for market Pero no estoy segura de que debo hacer, cuál es el archivo que puedo cambiar, alguien me podria ayudar por favor? Por favor?

Hi, so did you get this template from another website? If so, I think it’s best to contact the developer of the template as they wrote the code.