removed log.xml (txt remain) (#22); updated README (#24); achor ZapBase (#23)

This commit is contained in:
Fabian de Boer 2026-07-19 21:46:08 +02:00
commit 9196bf07a7
5 changed files with 8 additions and 10 deletions

View file

@ -212,7 +212,7 @@ Key differences from the web entry point:
### Logging
The `Log` class (`utils/Log.class.php`) writes timestamped messages to a session folder. It is used by `ImgSearch` (controlled by the `ZAP_LOG` constant in `conf/conf.php`). Each log call appends to both `log.txt` (plain text) and `log.xml` (XML-friendly) in the session's output directory.
The `Log` class (`utils/Log.class.php`) writes timestamped messages to a session folder. It is used by `ImgSearch` (controlled by the `ZAP_LOG` constant in `conf/conf.php`). Each log call appends to both `log.txt` (plain text) and `log.html` (HTML-friendly) in the session's output directory.
```php
if (ZAP_LOG == true) {