Update index.php

This commit is contained in:
Rafael Tavares Juliani 2023-10-19 03:37:44 -03:00
parent ee11d25fab
commit 612d36f30c

View File

@ -15,7 +15,7 @@ function reduzirArk($tamanho, $pedacos) {
$NAAN = $pedacos[0];
for($i=1; $i <= $tamanho; $i++){
for($i=1; $i < $tamanho; $i++){
$ark_sem_NAAN.= "/".$pedacos[$i];
@ -79,6 +79,10 @@ function direcionar_ark() {
$ark_sem_NAAN = $resp[1];
if($ark_sem_NAAN == ""){
break;
}
$len_ark_sem_NAAN = strlen($ark_sem_NAAN);
$tem_interrogacao = false;