1
0

ajout de la notification multi-utilisateur

This commit is contained in:
2022-09-05 13:46:41 +02:00
parent 7874ea1b7f
commit 0c9f8f8c3f
3 changed files with 59 additions and 33 deletions

14
config/config.php Normal file
View File

@ -0,0 +1,14 @@
<?php
$notificationLevel = ALERT;
$logLevel = DEBUG | INFO | NOTICE | WARNING | ERROR | ALERT;
// le premier utilisateur est l'utilisateur par défaut
$defaultUser = array(
"rdc" => "Daniel",
"garage" => "Daniel",
"entree" => "Daniel",
"etage" => "Maryclaire"
);
?>