added templates
This commit is contained in:
12
config/config.php.template
Normal file
12
config/config.php.template
Normal 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",
|
||||
);
|
||||
|
||||
?>
|
Reference in New Issue
Block a user