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

@ -69,6 +69,8 @@ if ( LOGINPUT)
fwrite($file_loginput,"\n");
fwrite($file_loginput,' $_REQUEST=array_merge($_GET,$_POST);');
fwrite($file_loginput,"\n");
fwrite($file_loginput,' require_once NOALYSS_INCLUDE."/export/$prfile";');
fwrite($file_loginput,"\n");
fclose($file_loginput);
}