SCENARIO TEST : improve scenario et documentation. Load files from folders

This commit is contained in:
sparkyx 2024-11-04 10:20:44 +01:00
parent 4a89425bc2
commit 63e2566275
19 changed files with 553 additions and 119 deletions

View file

@ -218,7 +218,7 @@ class Manage_Table_SQL
*/
function send_header()
{
header('Content-type:text/xml;charset="UTF-8"');
@header('Content-type:text/xml;charset="UTF-8"');
}
/**