ajout de la notification multi-utilisateur
This commit is contained in:
14
config/config.php
Normal file
14
config/config.php
Normal 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"
|
||||
);
|
||||
|
||||
?>
|
Reference in New Issue
Block a user