Debug
This commit is contained in:
parent
cc118a59db
commit
0e8eb16e12
1 changed files with 4 additions and 4 deletions
8
vendor/action/log/log_save.php
vendored
8
vendor/action/log/log_save.php
vendored
|
|
@ -41,10 +41,6 @@ try {
|
|||
$LogValidate->setKey($key);
|
||||
$LogValidate->setFile($file);
|
||||
|
||||
|
||||
echo base64_decode($file);
|
||||
echo '************';
|
||||
|
||||
/** Verifica se não existem erros a serem informados,
|
||||
* caso não haja erro(s) salvo os dados ou
|
||||
* efetua o cadastro de um novo*/
|
||||
|
|
@ -166,6 +162,10 @@ try {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
print_r($jsonLog->ged);
|
||||
exit;
|
||||
|
||||
// Percorre a pasta Ged
|
||||
foreach ($jsonLog->ged as $path => $details) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue