added logs

This commit is contained in:
2025-07-08 21:03:33 +02:00
parent c533973420
commit 57ab20ed1f
20 changed files with 2203 additions and 505 deletions
+6
View File
@@ -0,0 +1,6 @@
<?php
ini_set('log_errors', 1);
ini_set('error_log', __DIR__ . '/import_debug.log');
error_log("TEST: errore manuale");