From 03a6100d6d8db84ff9c1ea7c60e4b0ba9f36cb4f Mon Sep 17 00:00:00 2001 From: Rafael Tavares Juliani Date: Sun, 22 Oct 2023 01:07:50 -0300 Subject: [PATCH] =?UTF-8?q?Pequena=20corre=C3=A7=C3=A3o.=20Estava=20chaman?= =?UTF-8?q?do=20a=20funcao=20onde=20nao=20era=20pra=20chamar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- funcaoQRCode.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/funcaoQRCode.php b/funcaoQRCode.php index 667f1ba..5ee8cd3 100644 --- a/funcaoQRCode.php +++ b/funcaoQRCode.php @@ -62,7 +62,5 @@ function registrarAcessoQrCode($chave, $destino_redirecionamento) { } } -// Exemplo de uso -registrarAcessoQrCode('chave_do_ark', 'destino_redirecionamento'); ?>