Update index.php
This commit is contained in:
parent
e080007e1b
commit
ee11d25fab
@ -11,9 +11,11 @@ ini_set('error_log', 'erro_log.txt');
|
|||||||
|
|
||||||
function reduzirArk($tamanho, $pedacos) {
|
function reduzirArk($tamanho, $pedacos) {
|
||||||
|
|
||||||
|
$ark_sem_NAAN = "";
|
||||||
|
|
||||||
$NAAN = $pedacos[0];
|
$NAAN = $pedacos[0];
|
||||||
|
|
||||||
for($i=1; $i < $tamanho; $i++){
|
for($i=1; $i <= $tamanho; $i++){
|
||||||
|
|
||||||
$ark_sem_NAAN.= "/".$pedacos[$i];
|
$ark_sem_NAAN.= "/".$pedacos[$i];
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user