Initial commit for newdesigngestionnaire project

This commit is contained in:
2026-02-20 11:18:16 +00:00
commit 8757eaca01
14144 changed files with 3475356 additions and 0 deletions

16
flexcode/include/global.php Executable file
View File

@@ -0,0 +1,16 @@
<?php
/*ini_set("display_errors", 0);
error_reporting(0);*/
// $base_path = "flexcode/";
$long_link = "http://localhost/intersantebicor/";
/* Modifié le 11/11/2018 pour augmenter le temp d'essai
// $time_limit_ver = "10";
$time_limit_reg = "20";
*/
$time_limit_ver = "40";
$time_limit_reg = "40";
?>