Update index.php
This commit is contained in:
parent
73514b2eda
commit
ebf1ab7323
@ -1,6 +1,9 @@
|
||||
<?php
|
||||
|
||||
|
||||
error_reporting(E_ALL);
|
||||
ini_set('display_errors', 0); // Desabilita a exibição de erros na tela
|
||||
ini_set('log_errors', 1);
|
||||
ini_set('error_log', 'erro_log.txt');
|
||||
|
||||
|
||||
// Inclua o arquivo com a função registrarAcessoQrCode
|
||||
@ -62,6 +65,8 @@ function direcionar_ark() {
|
||||
|
||||
$resto = "";
|
||||
|
||||
$identificador_ark = false;
|
||||
|
||||
do {
|
||||
|
||||
$tamanho = count($pedacos) - $index;
|
||||
@ -125,8 +130,6 @@ function direcionar_ark() {
|
||||
|
||||
$caminho_arquivo_ark = $pasta_json."/".$nome_arquivo_ark;
|
||||
|
||||
$identificador_ark = false;
|
||||
|
||||
|
||||
if(file_exists($caminho_arquivo_ark)){
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user