From b093408d84231e98199524d8c844e70793d770b6 Mon Sep 17 00:00:00 2001 From: Rafael Tavares Juliani Date: Thu, 19 Oct 2023 04:17:03 -0300 Subject: [PATCH] Update index.php --- index.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/index.php b/index.php index e51c90c..e83ce14 100644 --- a/index.php +++ b/index.php @@ -129,12 +129,6 @@ function direcionar_ark() { $nome_arquivo_ark.= ".json"; $caminho_arquivo_ark = $pasta_json."/".$nome_arquivo_ark; - - $arquivo_ark = file_get_contents($caminho_arquivo_ark); - - if (!file_exists($caminho_arquivo_ark)) { - return "

$ark_formatado

Documento não encontrado.

"; - } if(file_exists($caminho_arquivo_ark)){