Update index.php

This commit is contained in:
Rafael Tavares Juliani 2023-10-19 03:49:41 -03:00
parent 4248c2eba1
commit a51b0eb4ab

View File

@ -80,7 +80,7 @@ function direcionar_ark() {
$ark_sem_NAAN = $resp[1];
if($ark_sem_NAAN == ""){
return "<h1>$ark_formatado</h1> <p<Documento não encontrado.</p>";
break;
}
$len_ark_sem_NAAN = strlen($ark_sem_NAAN);
@ -181,7 +181,7 @@ function direcionar_ark() {
} while ($tamanho > 1 && !$identificador_ark);
return "<h1>$ark_formatado</h1> <p<Documento não encontrado.</p>";
return "<h1>ark:$ark</h1> <p<Documento não encontrado.</p>";
}//Fecha a funcao direcionar_ark