From e080007e1b0a7d304cb03036da9f34bd45b70e84 Mon Sep 17 00:00:00 2001 From: Rafael Tavares Juliani Date: Thu, 19 Oct 2023 03:12:32 -0300 Subject: [PATCH] Update index.php --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index d52846c..358900c 100644 --- a/index.php +++ b/index.php @@ -33,8 +33,6 @@ function direcionar_ark() { $ark = $_GET["ark"]; - echo $ark; - if(!$ark){return "

Mensagem ARK

Nenhum ARK foi passado para que fosse feita uma busca.

"; } //Eliminando espaços em branco no início e no final do $ark @@ -181,4 +179,6 @@ function direcionar_ark() { }//Fecha a funcao direcionar_ark +direcionar_ark(); + ?> \ No newline at end of file