From b6e5f5ccd1ad1c376fb87edeb4bc076e439a4dea Mon Sep 17 00:00:00 2001 From: Rafael Tavares Juliani Date: Thu, 19 Oct 2023 04:34:14 -0300 Subject: [PATCH] Update index.php --- index.php | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/index.php b/index.php index daae074..13d51b2 100644 --- a/index.php +++ b/index.php @@ -40,8 +40,6 @@ function direcionar_ark() { } else { $ark = ""; - var_dump($_GET); - var_dump($ark); return "

Mensagem ARK

Nenhum ARK foi passado para que fosse feita uma busca.

"; @@ -132,7 +130,6 @@ function direcionar_ark() { $caminho_arquivo_ark = $pasta_json."/".$nome_arquivo_ark; - var_dump($caminho_arquivo_ark); if(file_exists($caminho_arquivo_ark)){ @@ -191,13 +188,10 @@ function direcionar_ark() { $index++; - var_dump($pedacos); - var_dump($tamanho) - } while ($tamanho > 1 && !$identificador_ark); - return "

ark:$ark

"; + return "

ark:$ark

Documento não encontrado.

"; }//Fecha a funcao direcionar_ark