NEW #0002205 Mode maintenance

This commit is contained in:
sparkyx 2023-01-14 12:59:26 +01:00
parent 69bbda205c
commit 3ea69c3113
17 changed files with 55 additions and 7 deletions

View file

@ -37,6 +37,9 @@ require_once NOALYSS_INCLUDE.'/class/dossier.class.php';
require_once NOALYSS_INCLUDE.'/class/acc_tva.class.php';
require_once NOALYSS_INCLUDE . '/class/noalyss_user.class.php';
require_once NOALYSS_INCLUDE.'/lib/ac_common.php';
MaintenanceMode("block.html");
// Check if the needed field does exist
extract ($_GET, EXTR_SKIP );
foreach (array('t','c','p','q','n','gDossier') as $a)