Update index.php
This commit is contained in:
parent
ee11d25fab
commit
612d36f30c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user