13 lines
249 B
Plaintext
13 lines
249 B
Plaintext
|
<?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",
|
||
|
);
|
||
|
|
||
|
?>
|