Files
dolibarr/htdocs/projet
Juan Pablo Farber 5e8bb7be8e QUAL Replace $_REQUEST superglobals with GETPOST() in projet and compta/tva (#37456)
* Fix: replace $_REQUEST with GETPOST() in projet/note.php

Use GETPOST('mode', 'alpha') instead of direct $_REQUEST['mode']
access to follow Dolibarr coding conventions for input sanitization.

* Fix: replace $_REQUEST with GETPOSTINT() in compta/tva/clients.php

Use GETPOSTINT('extra_report') instead of direct $_REQUEST access
to follow Dolibarr coding conventions for input sanitization.
2026-03-12 13:50:58 +01:00
..
2026-01-20 14:53:50 +01:00
2025-10-17 02:31:07 +02:00
2025-11-22 16:23:07 +01:00
2026-02-16 20:25:07 +01:00
2025-11-18 11:36:45 +01:00
2025-12-02 08:35:53 +01:00
2025-11-30 13:21:13 +01:00
css
2026-01-08 19:15:21 +01:00
CSS
2026-01-12 14:34:14 +01:00
2026-03-05 12:34:36 +01:00