mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-07-22 19:33:34 +03:00
Uncomitted changes prior to merge. Permissions ...
This commit is contained in:
parent
c1598fc99a
commit
2b5e7ea5f6
3 changed files with 158 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue