Uncomitted changes prior to merge. Permissions ...

This commit is contained in:
Richard Underwood 2017-01-04 09:30:58 +00:00
parent c1598fc99a
commit 2b5e7ea5f6
3 changed files with 158 additions and 0 deletions

View file

@ -10,6 +10,12 @@ $logging = TRUE;
$allowclearlogs = TRUE; # Allow clearing of log entries
$allowrotatelogs = FALSE;# Allow rotation to text file on server
$restrictediting = TRUE; # Restrict editing of record types
$restrictedtypes = array(
'SOA' => 1,
'NS' => 1
);
# Log directory - if allowrotatelogs is set, this is where the logs will
# be written. It must be writeable by the web server user.
$logsdirectory = "../etc";