1
0

added templates

This commit is contained in:
2022-09-10 14:58:55 +02:00
parent 2360419e50
commit 87577f6d71
9 changed files with 123 additions and 0 deletions

View File

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